netxduo
_nx_secure_x509_parse_validity()
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_parse_validity()
_nx_secure_x509_parse_validity() function
Syntax
Show:
Summary
Declaration
Definition
from
nx_secure_x509.c:38
static
UINT
_nx_secure_x509_parse_validity
(
const
UCHAR
*
buffer
,
ULONG
length
,
UINT
*
bytes_processed
,
NX_SECURE_X509_CERT
*
cert
)
;
Implemented in
nx_secure_x509.c:1083
Arguments
Argument
buffer
length
bytes_processed
cert
Examples
References
from
examples
Code
Location
Referrer
static
UINT
_nx_secure_x509_parse_validity
(
const
UCHAR
*
buffer
,
ULONG
length
,
UINT
*
bytes_processed
,
nx_secure_x509.c:1083
static
UINT
_nx_secure_x509_parse_validity
(
const
UCHAR
*
buffer
,
ULONG
length
,
nx_secure_x509.c:38
status
=
_nx_secure_x509_parse_validity
(
tlv_data
,
cur_length
,
&
bytes
,
cert
)
;
nx_secure_x509.c:574
_nx_secure_x509_parse_cert_data()
Call Tree
from
examples
_nx_secure_x509_parse_validity()
is called by 1 function and calls 1 function:
_nx_secure_x509_parse_cert_data()
All items filtered out
_nx_secure_x509_parse_validity()
_nx_secure_x509_asn1_tlv_block_parse()
All items filtered out
Data Use
from
examples
_nx_secure_x509_parse_validity()
writes 5 variables:
All items filtered out
_nx_secure_x509_parse_validity()
NX_SECURE_X509_CERT_STRUCT::nx_secure_x509_validity_format
NX_SECURE_X509_CERT_STRUCT::nx_secure_x509_not_before
NX_SECURE_X509_CERT_STRUCT::nx_secure_x509_not_before_length
NX_SECURE_X509_CERT_STRUCT::nx_secure_x509_not_after
NX_SECURE_X509_CERT_STRUCT::nx_secure_x509_not_after_length
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