mbedTLS
MBEDTLS_X509_EXT_KEY_USAGE
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_EXT_KEY_USAGE
MBEDTLS_X509_EXT_KEY_USAGE macro
Syntax
Show:
Summary
Declaration
from
x509.h:176
#define
MBEDTLS_X509_EXT_KEY_USAGE
MBEDTLS_OID_X509_EXT_KEY_USAGE
Examples
References
from
examples
Code
Location
#define
MBEDTLS_X509_EXT_KEY_USAGE
MBEDTLS_OID_X509_EXT_KEY_USAGE
x509.h:176
case
MBEDTLS_X509_EXT_KEY_USAGE
:
x509_crt.c:972
if
(
crt
->
ext_types
&
MBEDTLS_X509_EXT_KEY_USAGE
)
{
x509_crt.c:1855
if
(
(
crt
->
ext_types
&
MBEDTLS_X509_EXT_KEY_USAGE
)
==
0
)
{
x509_crt.c:1937
case
MBEDTLS_X509_EXT_KEY_USAGE
:
x509_csr.c:151
if
(
csr
->
ext_types
&
MBEDTLS_X509_EXT_KEY_USAGE
)
{
x509_csr.c:588
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