mbedTLS
MBEDTLS_X509_KU_DIGITAL_SIGNATURE
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_KU_DIGITAL_SIGNATURE
MBEDTLS_X509_KU_DIGITAL_SIGNATURE macro
Syntax
Show:
Summary
Declaration
from
x509.h:141
#define
MBEDTLS_X509_KU_DIGITAL_SIGNATURE
(
0x80
)
Examples
References
from
examples
Code
Location
#define
MBEDTLS_X509_KU_DIGITAL_SIGNATURE
(
0x80
)
/* bit 0 */
x509.h:141
usage
=
MBEDTLS_X509_KU_DIGITAL_SIGNATURE
;
ssl_tls.c:9735
usage
=
MBEDTLS_X509_KU_DIGITAL_SIGNATURE
;
ssl_tls.c:9759
KEY_USAGE
(
MBEDTLS_X509_KU_DIGITAL_SIGNATURE
,
"Digital Signature"
)
;
x509.c:1759
const
unsigned
int
allowed_bits
=
MBEDTLS_X509_KU_DIGITAL_SIGNATURE
|
x509write_crt.c:291
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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