mbedTLS
x509_get_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
STM32 Libraries and Samples
mbedTLS
x509_get_ext_key_usage()
x509_get_ext_key_usage() function
Syntax
Show:
Summary
Declaration
from
x509_crt.c:571
static
int
x509_get_ext_key_usage
(
unsigned
char
*
*
p
,
const
unsigned
char
*
end
,
mbedtls_x509_sequence
*
ext_key_usage
)
;
Arguments
Argument
p
end
ext_key_usage
Examples
References
from
examples
Code
Location
Referrer
static
int
x509_get_ext_key_usage
(
unsigned
char
*
*
p
,
x509_crt.c:571
if
(
(
ret
=
x509_get_ext_key_usage
(
p
,
end_ext_octet
,
x509_crt.c:797
x509_get_crt_ext()
Call Tree
from
examples
x509_get_ext_key_usage()
is called by 1 function and calls 1 function:
x509_get_crt_ext()
All items filtered out
x509_get_ext_key_usage()
mbedtls_asn1_get_sequence_of()
All items filtered out
Data Use
from
examples
x509_get_ext_key_usage()
reads 2 variables:
mbedtls_asn1_buf::p
mbedtls_asn1_sequence::buf
All items filtered out
x509_get_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