netxduo
_nx_secure_x509_crl_parse_entry()
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/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_parse_entry()
_nx_secure_x509_crl_parse_entry() function
Syntax
Show:
Summary
Declaration
Definition
from
nx_secure_x509_crl_revocation_check.c:29
static
UINT
_nx_secure_x509_crl_parse_entry
(
const
UCHAR
*
buffer
,
ULONG
length
,
UINT
*
bytes_processed
,
const
UCHAR
*
*
serial_number
,
UINT
*
serial_number_length
)
;
Implemented in
nx_secure_x509_crl_revocation_check.c:272
Arguments
Argument
buffer
length
bytes_processed
serial_number
serial_number_length
Examples
References
from
examples
Code
Location
Referrer
static
UINT
_nx_secure_x509_crl_parse_entry
(
const
UCHAR
*
buffer
,
ULONG
length
,
UINT
*
bytes_processed
,
nx_secure_x509_crl_revocation_check.c:272
static
UINT
_nx_secure_x509_crl_parse_entry
(
const
UCHAR
*
buffer
,
ULONG
length
,
UINT
*
bytes_processed
,
nx_secure_x509_crl_revocation_check.c:29
status
=
_nx_secure_x509_crl_parse_entry
(
current_buffer
,
length
,
&
bytes_processed
,
&
serial_number
,
&
serial_number_length
)
;
nx_secure_x509_crl_revocation_check.c:179
_nx_secure_x509_crl_revocation_check()
Call Tree
from
examples
_nx_secure_x509_crl_parse_entry()
is called by 1 function and calls 1 function:
_nx_secure_x509_crl_revocation_check()
All items filtered out
_nx_secure_x509_crl_parse_entry()
_nx_secure_x509_asn1_tlv_block_parse()
All items filtered out
Data Use
from
examples
_nx_secure_x509_crl_parse_entry()
:
All items filtered out
_nx_secure_x509_crl_parse_entry()
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