mbedTLS
x509_get_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_key_usage()
x509_get_key_usage() function
Syntax
Show:
Summary
Declaration
from
x509_crt.c:541
static
int
x509_get_key_usage
(
unsigned
char
*
*
p
,
const
unsigned
char
*
end
,
unsigned
int
*
key_usage
)
;
Arguments
Argument
p
end
key_usage
Examples
References
from
examples
Code
Location
Referrer
static
int
x509_get_key_usage
(
unsigned
char
*
*
p
,
x509_crt.c:541
if
(
(
ret
=
x509_get_key_usage
(
p
,
end_ext_octet
,
x509_crt.c:790
x509_get_crt_ext()
Call Tree
from
examples
x509_get_key_usage()
is called by 1 function and calls 1 function:
x509_get_crt_ext()
All items filtered out
x509_get_key_usage()
mbedtls_asn1_get_bitstring()
All items filtered out
Data Use
from
examples
x509_get_key_usage()
reads 2 variables:
mbedtls_asn1_bitstring::len
mbedtls_asn1_bitstring::p
All items filtered out
x509_get_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