mbedTLS
mbedtls_x509_crl_entry::serial
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_crl_entry::serial
mbedtls_x509_crl_entry::serial field
The serial number of the revoked certificate.
Syntax
Show:
Summary
Declaration
from
x509_crl.h:43
mbedtls_x509_buf
serial
;
Examples
References
from
examples
Code
Location
Referrer
mbedtls_x509_buf
serial
;
x509_crl.h:43
if
(
(
ret
=
mbedtls_x509_get_serial
(
p
,
end2
,
&
cur_entry
->
serial
)
)
!=
0
)
{
x509_crl.c:252
x509_get_entries()
ret
=
mbedtls_x509_serial_gets
(
p
,
n
,
&
entry
->
serial
)
;
x509_crl.c:639
mbedtls_x509_crl_info()
while
(
cur
!=
NULL
&&
cur
->
serial
.
len
!=
0
)
{
x509_crt.c:1994
mbedtls_x509_crt_is_revoked()
if
(
crt
->
serial
.
len
==
cur
->
serial
.
len
&&
x509_crt.c:1995
mbedtls_x509_crt_is_revoked()
memcmp
(
crt
->
serial
.
p
,
cur
->
serial
.
p
,
crt
->
serial
.
len
)
==
0
)
{
x509_crt.c:1996
mbedtls_x509_crt_is_revoked()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_x509_crl_entry::serial
is read by 1 function:
All items filtered out
mbedtls_x509_crl_entry::serial
mbedtls_x509_crt_is_revoked()
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