mbedTLS
+
0
/1 examples
SourceVu will show references to
MBEDTLS_MPI_MAX_SIZE
from the following samples and libraries:
ESP-IDF
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
MBEDTLS_MPI_MAX_SIZE
MBEDTLS_MPI_MAX_SIZE macro
Maximum number of bytes for usable MPIs.
Syntax
Show:
Summary
Declaration
from
bignum.h:73
#define
MBEDTLS_MPI_MAX_SIZE
1024
Examples
MBEDTLS_MPI_MAX_SIZE
is referenced by 1 libraries and example projects:
ESP-IDF
References
from
0/1
examples
Code
Location
#define
MBEDTLS_MPI_MAX_SIZE
1024
/**< Maximum number of bytes for usable MPIs. */
bignum.h:73
#define
MBEDTLS_MPI_MAX_BITS
(
8
*
MBEDTLS_MPI_MAX_SIZE
)
/**< Maximum number of bits for usable MPIs. */
bignum.h:76
MBEDTLS_MPI_MAX_SIZE
>
MBEDTLS_PK_SIGNATURE_MAX_SIZE
pk.h:125
#define
MBEDTLS_PK_SIGNATURE_MAX_SIZE
MBEDTLS_MPI_MAX_SIZE
pk.h:131
unsigned
char
sig
[
MBEDTLS_MPI_MAX_SIZE
]
;
pk_wrap.c:1339
#define
MBEDTLS_PK_RSA_PUB_DER_MAX_BYTES
(
38
+
2
*
MBEDTLS_MPI_MAX_SIZE
)
pkwrite.h:39
#define
MBEDTLS_MPI_MAX_SIZE_2
(
MBEDTLS_MPI_MAX_SIZE
/
2
+
\
pkwrite.h:56
MBEDTLS_MPI_MAX_SIZE
%
2
)
pkwrite.h:57
#define
MBEDTLS_PK_RSA_PRV_DER_MAX_BYTES
(
47
+
3
*
MBEDTLS_MPI_MAX_SIZE
\
pkwrite.h:58
ctx
->
len
>
MBEDTLS_MPI_MAX_SIZE
)
{
rsa.c:648
unsigned
char
buf
[
MBEDTLS_MPI_MAX_SIZE
]
;
rsa.c:1929
unsigned
char
buf
[
MBEDTLS_MPI_MAX_SIZE
]
;
rsa.c:2053
unsigned
char
buf
[
MBEDTLS_MPI_MAX_SIZE
]
=
{
0
}
;
rsa.c:2545
unsigned
char
_pms_dhm
[
MBEDTLS_MPI_MAX_SIZE
]
;
/* RFC 5246 8.1.2 */
ssl.h:661
MBEDTLS_MPI_MAX_SIZE
,
ssl_tls12_client.c:2877
MBEDTLS_MPI_MAX_SIZE
,
ssl_tls12_server.c:3810
unsigned
char
buf
[
MBEDTLS_MPI_MAX_SIZE
*
2
+
20
]
;
/* tag, length + 2xMPI */
x509write_crt.c:204
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
All items filtered out
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out