mbedTLS
x509_info_ext_key_usage()
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
x509_info_ext_key_usage()
x509_info_ext_key_usage() function
Syntax
Show:
Summary
Declaration
from
x509_crt.c:1688
static
int
x509_info_ext_key_usage
(
char
*
*
buf
,
size_t
*
size
,
const
mbedtls_x509_sequence
*
extended_key_usage
)
;
Arguments
Argument
buf
size
extended_key_usage
Examples
References
from
examples
Code
Location
Referrer
static
int
x509_info_ext_key_usage
(
char
*
*
buf
,
size_t
*
size
,
x509_crt.c:1688
if
(
(
ret
=
x509_info_ext_key_usage
(
&
p
,
&
n
,
x509_crt.c:1868
mbedtls_x509_crt_info()
Call Tree
from
examples
x509_info_ext_key_usage()
is called by 1 function and calls 1 function:
mbedtls_x509_crt_info()
All items filtered out
x509_info_ext_key_usage()
mbedtls_oid_get_extended_key_usage()
All items filtered out
Data Use
from
examples
x509_info_ext_key_usage()
reads 1 variable:
mbedtls_asn1_sequence::next
All items filtered out
x509_info_ext_key_usage()
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