mbedTLS
MBEDTLS_OID_SIZE
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
MBEDTLS_OID_SIZE
MBEDTLS_OID_SIZE macro
name DER constants
Syntax
Show:
Summary
Declaration
from
asn1.h:113
#define
MBEDTLS_OID_SIZE
(
x
)
(
sizeof
(
x
)
-
1
)
Arguments
Argument
x
Examples
References
from
examples
Code
Location
#define
MBEDTLS_OID_SIZE
(
x
)
(
sizeof
(
x
)
-
1
)
asn1.h:113
(
(
MBEDTLS_OID_SIZE
(
oid_str
)
!=
(
oid_buf
)
->
len
)
||
\
asn1.h:122
(
(
MBEDTLS_OID_SIZE
(
oid_str
)
!=
(
oid_buf_len
)
)
||
\
asn1.h:126
#define
ADD_LEN
(
s
)
s
,
MBEDTLS_OID_SIZE
(
s
)
oid.c:27
if
(
len
!=
MBEDTLS_OID_SIZE
(
MBEDTLS_OID_ANSI_X9_62_PRIME_FIELD
)
||
pkparse.c:152
ext_len
=
MBEDTLS_OID_SIZE
(
MBEDTLS_OID_SERVER_AUTH
)
;
ssl_tls.c:9773
ext_len
=
MBEDTLS_OID_SIZE
(
MBEDTLS_OID_CLIENT_AUTH
)
;
ssl_tls.c:9776
MBEDTLS_OID_SIZE
(
MBEDTLS_OID_SUBJECT_ALT_NAME
)
,
x509write.c:160
MBEDTLS_OID_SIZE
(
MBEDTLS_OID_BASIC_CONSTRAINTS
)
,
x509write_crt.c:194
MBEDTLS_OID_SIZE
(
x509write_crt.c:258
MBEDTLS_OID_SIZE
(
x509write_crt.c:264
MBEDTLS_OID_SIZE
(
MBEDTLS_OID_KEY_USAGE
)
,
x509write_crt.c:317
MBEDTLS_OID_SIZE
(
MBEDTLS_OID_EXTENDED_KEY_USAGE
)
,
x509write_crt.c:363
MBEDTLS_OID_SIZE
(
MBEDTLS_OID_NS_CERT_TYPE
)
,
x509write_crt.c:382
MBEDTLS_OID_SIZE
(
MBEDTLS_OID_KEY_USAGE
)
,
x509write_csr.c:101
MBEDTLS_OID_SIZE
(
MBEDTLS_OID_NS_CERT_TYPE
)
,
x509write_csr.c:125
MBEDTLS_OID_SIZE
(
MBEDTLS_OID_PKCS9_CSR_EXT_REQ
)
)
)
;
x509write_csr.c:176
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