mbedTLS
MBEDTLS_X509_MAX_DN_NAME_SIZE
is only used within mbedTLS.
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_X509_MAX_DN_NAME_SIZE
MBEDTLS_X509_MAX_DN_NAME_SIZE macro
Maximum value size of a DN entry
Syntax
Show:
Summary
Declaration
from
x509.h:198
#define
MBEDTLS_X509_MAX_DN_NAME_SIZE
256
Examples
References
from
examples
Code
Location
#define
MBEDTLS_X509_MAX_DN_NAME_SIZE
256
/**< Maximum value size of a DN entry */
x509.h:198
char
s
[
MBEDTLS_X509_MAX_DN_NAME_SIZE
]
,
*
p
;
x509.c:823
if
(
d
-
data
==
MBEDTLS_X509_MAX_DN_NAME_SIZE
)
{
x509_create.c:168
if
(
der_length
>
MBEDTLS_X509_MAX_DN_NAME_SIZE
+
4
)
{
x509_create.c:216
if
(
*
data_len
>
MBEDTLS_X509_MAX_DN_NAME_SIZE
)
{
x509_create.c:254
unsigned
char
data
[
MBEDTLS_X509_MAX_DN_NAME_SIZE
]
;
x509_create.c:292
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out