mbedTLS
mbedtls_x509_crl::tbs
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (4/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::tbs
mbedtls_x509_crl::tbs field
The raw certificate body (DER). The part that is To Be Signed.
Syntax
Show:
Summary
Declaration
from
x509_crl.h:66
mbedtls_x509_buf
tbs
;
Examples
References
from
examples
Code
Location
Referrer
mbedtls_x509_buf
tbs
;
/**< The raw certificate body (DER). The part that is To Be Signed. */
x509_crl.h:66
crl
->
tbs
.
p
=
p
;
x509_crl.c:362
mbedtls_x509_crl_parse_der()
crl
->
tbs
.
len
=
(
size_t
)
(
end
-
crl
->
tbs
.
p
)
;
x509_crl.c:371
mbedtls_x509_crl_parse_der()
crl_list
->
tbs
.
p
,
x509_crt.c:2071
x509_crt_verifycrl()
crl_list
->
tbs
.
len
,
x509_crt.c:2072
x509_crt_verifycrl()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_x509_crl::tbs
is read by 2 functions:
All items filtered out
mbedtls_x509_crl::tbs
mbedtls_x509_crl_parse_der()
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