mbedTLS
mbedtls_x509_crl::sig_opts
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
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_crl::sig_opts
mbedtls_x509_crl::sig_opts field
Syntax
Show:
Summary
Declaration
from
x509_crl.h:86
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_crl.h:86
&
crl
->
sig_opts
)
)
!=
0
)
{
x509_crl.c:394
mbedtls_x509_crl_parse_der()
crl
->
sig_opts
)
;
x509_crl.c:656
mbedtls_x509_crl_info()
mbedtls_free
(
crl_cur
->
sig_opts
)
;
x509_crl.c:686
mbedtls_x509_crl_free()
if
(
mbedtls_pk_verify_ext
(
crl_list
->
sig_pk
,
crl_list
->
sig_opts
,
&
ca
->
pk
,
x509_crt.c:2084
x509_crt_verifycrl()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_x509_crl::sig_opts
is read by 3 functions:
All items filtered out
mbedtls_x509_crl::sig_opts
mbedtls_x509_crl_info()
mbedtls_x509_crl_free()
x509_crt_verifycrl()
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