mbedTLS
mbedtls_x509_crt::sig_opts
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (3/5)...
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::sig_opts
mbedtls_x509_crt::sig_opts field
Syntax
Show:
Summary
Declaration
from
x509_crt.h:85
void
*
MBEDTLS_PRIVATE
(
sig_opts
;
Examples
References
from
examples
Code
Location
Referrer
void
*
MBEDTLS_PRIVATE
(
sig_opts
)
;
/**< Signature options to be passed to mbedtls_pk_verify_ext(), e.g. for RSASSA-PSS */
x509_crt.h:85
&
crt
->
sig_opts
)
)
!=
0
)
{
x509_crt.c:1170
x509_crt_parse_der_core()
crt
->
sig_md
,
crt
->
sig_opts
)
;
x509_crt.c:1807
mbedtls_x509_crt_info()
return
mbedtls_pk_verify_ext
(
child
->
sig_pk
,
child
->
sig_opts
,
&
parent
->
pk
,
x509_crt.c:2169
x509_crt_check_signature()
mbedtls_free
(
cert_cur
->
sig_opts
)
;
x509_crt.c:3238
mbedtls_x509_crt_free()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_x509_crt::sig_opts
is read by 3 functions:
All items filtered out
mbedtls_x509_crt::sig_opts
mbedtls_x509_crt_info()
x509_crt_check_signature()
mbedtls_x509_crt_free()
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