netxduo
_nx_secure_x509_crl_revocation_check()
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/7)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
netxduo
_nx_secure_x509_crl_revocation_check()
_nx_secure_x509_crl_revocation_check() function
Syntax
Show:
Summary
Declaration
Definition
from
nx_secure_x509.h:984
UINT
_nx_secure_x509_crl_revocation_check
(
const
UCHAR
*
crl_data
,
UINT
length
,
NX_SECURE_X509_CERTIFICATE_STORE
*
store
,
NX_SECURE_X509_CERT
*
certificate
)
;
Implemented in
nx_secure_x509_crl_revocation_check.c:98
Arguments
Argument
crl_data
length
store
certificate
Examples
References
from
examples
Code
Location
Referrer
UINT
_nx_secure_x509_crl_revocation_check
(
const
UCHAR
*
crl_data
,
UINT
crl_length
,
nx_secure_x509_crl_revocation_check.c:98
UINT
_nx_secure_x509_crl_revocation_check
(
const
UCHAR
*
crl_data
,
UINT
length
,
nx_secure_x509.h:984
status
=
_nx_secure_x509_crl_revocation_check
(
crl_data
,
crl_length
,
store
,
certificate
)
;
nxe_secure_x509_crl_revocation_check.c:97
_nxe_secure_x509_crl_revocation_check()
Call Tree
from
examples
_nx_secure_x509_crl_revocation_check()
is called by 1 function and calls 6 functions:
_nxe_secure_x509_crl_revocation_check()
All items filtered out
_nx_secure_x509_crl_revocation_check()
_nx_secure_x509_distinguished_name_compare()
_nx_secure_x509_store_certificate_find()
_nx_secure_x509_certificate_chain_verify()
_nx_secure_x509_certificate_revocation_list_parse()
_nx_secure_x509_crl_verify()
_nx_secure_x509_crl_parse_entry()
All items filtered out
Data Use
from
examples
_nx_secure_x509_crl_revocation_check()
reads 4 variables:
NX_SECURE_X509_CERT_STRUCT::nx_secure_x509_serial_number
NX_SECURE_X509_CERT_STRUCT::nx_secure_x509_serial_number_length
NX_SECURE_X509_CRL_STRUCT::nx_secure_x509_crl_revoked_certs
NX_SECURE_X509_CRL_STRUCT::nx_secure_x509_crl_revoked_certs_length
All items filtered out
_nx_secure_x509_crl_revocation_check()
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