mbedTLS
x509_get_crt_ext()
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_crt_ext()
x509_get_crt_ext() function
Syntax
Show:
Summary
Declaration
from
x509_crt.c:694
static
int
x509_get_crt_ext
(
unsigned
char
*
*
p
,
const
unsigned
char
*
end
,
mbedtls_x509_crt
*
crt
)
;
Arguments
Argument
p
end
crt
Examples
References
from
examples
Code
Location
Referrer
static
int
x509_get_crt_ext
(
unsigned
char
*
*
p
,
x509_crt.c:694
ret
=
x509_get_crt_ext
(
&
p
,
end
,
crt
)
;
x509_crt.c:1028
x509_crt_parse_der_core()
Call Tree
from
examples
x509_get_crt_ext()
is called by 1 function and calls 9 functions:
x509_crt_parse_der_core()
All items filtered out
x509_get_crt_ext()
mbedtls_asn1_get_bool()
mbedtls_x509_get_ext()
mbedtls_asn1_get_tag()
mbedtls_oid_get_x509_ext_type()
x509_get_basic_constraints()
x509_get_ns_cert_type()
x509_get_key_usage()
x509_get_ext_key_usage()
x509_get_subject_alt_name()
All items filtered out
Data Use
from
examples
x509_get_crt_ext()
reads 4 variables and writes 3 variables:
mbedtls_x509_crt::v3_ext
mbedtls_x509_crt::ext_types
mbedtls_asn1_buf::len
mbedtls_asn1_buf::p
All items filtered out
x509_get_crt_ext()
mbedtls_x509_crt::ext_types
mbedtls_asn1_buf::tag
mbedtls_asn1_buf::p
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