netxduo
_nx_secure_x509_crl_signature_algorithm_parse()
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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_signature_algorithm_parse()
_nx_secure_x509_crl_signature_algorithm_parse() function
Syntax
Show:
Summary
Declaration
Definition
from
nx_secure_x509_certificate_revocation_list_parse.c:31
static
UINT
_nx_secure_x509_crl_signature_algorithm_parse
(
const
UCHAR
*
buffer
,
ULONG
length
,
UINT
*
bytes_processed
,
NX_SECURE_X509_CRL
*
crl
)
;
Implemented in
nx_secure_x509_certificate_revocation_list_parse.c:463
Arguments
Argument
buffer
length
bytes_processed
crl
Examples
References
from
examples
Code
Location
Referrer
static
UINT
_nx_secure_x509_crl_signature_algorithm_parse
(
const
UCHAR
*
buffer
,
ULONG
length
,
nx_secure_x509_certificate_revocation_list_parse.c:463
static
UINT
_nx_secure_x509_crl_signature_algorithm_parse
(
const
UCHAR
*
buffer
,
ULONG
length
,
nx_secure_x509_certificate_revocation_list_parse.c:31
status
=
_nx_secure_x509_crl_signature_algorithm_parse
(
tlv_data
,
length
,
&
bytes
,
crl
)
;
nx_secure_x509_certificate_revocation_list_parse.c:195
_nx_secure_x509_certificate_revocation_list_parse()
status
=
_nx_secure_x509_crl_signature_algorithm_parse
(
tlv_data
,
cur_length
,
&
bytes
,
crl
)
;
nx_secure_x509_certificate_revocation_list_parse.c:347
_nx_secure_x509_crl_tbscert_list_parse()
Call Tree
from
examples
_nx_secure_x509_crl_signature_algorithm_parse()
is called by 2 functions and calls 2 functions:
_nx_secure_x509_certificate_revocation_list_parse()
_nx_secure_x509_crl_tbscert_list_parse()
All items filtered out
_nx_secure_x509_crl_signature_algorithm_parse()
_nx_secure_x509_asn1_tlv_block_parse()
_nx_secure_x509_oid_parse()
All items filtered out
Data Use
from
examples
_nx_secure_x509_crl_signature_algorithm_parse()
writes 1 variable:
All items filtered out
_nx_secure_x509_crl_signature_algorithm_parse()
NX_SECURE_X509_CRL_STRUCT::nx_secure_x509_crl_signature_algorithm
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