mbedTLS
mbedtls_x509_crt::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_crt::key_usage
mbedtls_x509_crt::key_usage field
Syntax
Show:
Summary
Declaration
from
x509_crt.h:76
unsigned
int
MBEDTLS_PRIVATE
(
key_usage
;
Examples
References
from
examples
Code
Location
Referrer
unsigned
int
MBEDTLS_PRIVATE
(
key_usage
)
;
/**< Optional key usage extension value: See the values in x509.h */
x509_crt.h:76
&
crt
->
key_usage
)
)
!=
0
)
{
x509_crt.c:975
x509_get_crt_ext()
if
(
(
ret
=
mbedtls_x509_info_key_usage
(
&
p
,
&
n
,
crt
->
key_usage
)
)
!=
0
)
{
x509_crt.c:1859
mbedtls_x509_crt_info()
if
(
(
(
crt
->
key_usage
&
~
may_mask
)
&
usage_must
)
!=
usage_must
)
{
x509_crt.c:1943
mbedtls_x509_crt_check_key_usage()
if
(
(
(
crt
->
key_usage
&
may_mask
)
|
usage_may
)
!=
usage_may
)
{
x509_crt.c:1949
mbedtls_x509_crt_check_key_usage()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_x509_crt::key_usage
is read by 2 functions:
All items filtered out
mbedtls_x509_crt::key_usage
mbedtls_x509_crt_info()
mbedtls_x509_crt_check_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