netxduo
NX_SECURE_X509_CRL
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
netxduo
NX_SECURE_X509_CRL
NX_SECURE_X509_CRL struct
Syntax
Show:
Summary
Declaration
from
nx_secure_x509.h:826
typedef
struct
NX_SECURE_X509_CRL_STRUCT
{
const
UCHAR
*
nx_secure_x509_crl_verify_data
;
USHORT
nx_secure_x509_crl_verify_data_length
;
NX_SECURE_X509_DISTINGUISHED_NAME
nx_secure_x509_crl_issuer
;
USHORT
nx_secure_x509_crl_version
;
USHORT
nx_secure_x509_crl_signature_algorithm
;
const
UCHAR
*
nx_secure_x509_crl_signature_data
;
UINT
nx_secure_x509_crl_signature_data_length
;
USHORT
nx_secure_x509_crl_time_format
;
const
UCHAR
*
nx_secure_x509_crl_this_update
;
USHORT
nx_secure_x509_crl_this_update_length
;
const
UCHAR
*
nx_secure_x509_crl_next_update
;
USHORT
nx_secure_x509_crl_next_update_length
;
const
UCHAR
*
nx_secure_x509_crl_revoked_certs
;
ULONG
nx_secure_x509_crl_revoked_certs_length
;
}
NX_SECURE_X509_CRL
;
Fields
Field
Declared as
NX_SECURE_X509_CRL_STRUCT::nx_secure_x509_crl_verify_data
const
UCHAR
*
NX_SECURE_X509_CRL_STRUCT::nx_secure_x509_crl_verify_data_length
USHORT
NX_SECURE_X509_CRL_STRUCT::nx_secure_x509_crl_issuer
NX_SECURE_X509_DISTINGUISHED_NAME
NX_SECURE_X509_CRL_STRUCT::nx_secure_x509_crl_version
USHORT
NX_SECURE_X509_CRL_STRUCT::nx_secure_x509_crl_signature_algorithm
USHORT
NX_SECURE_X509_CRL_STRUCT::nx_secure_x509_crl_signature_data
const
UCHAR
*
NX_SECURE_X509_CRL_STRUCT::nx_secure_x509_crl_signature_data_length
UINT
NX_SECURE_X509_CRL_STRUCT::nx_secure_x509_crl_time_format
USHORT
NX_SECURE_X509_CRL_STRUCT::nx_secure_x509_crl_this_update
const
UCHAR
*
NX_SECURE_X509_CRL_STRUCT::nx_secure_x509_crl_this_update_length
USHORT
NX_SECURE_X509_CRL_STRUCT::nx_secure_x509_crl_next_update
const
UCHAR
*
NX_SECURE_X509_CRL_STRUCT::nx_secure_x509_crl_next_update_length
USHORT
NX_SECURE_X509_CRL_STRUCT::nx_secure_x509_crl_revoked_certs
const
UCHAR
*
NX_SECURE_X509_CRL_STRUCT::nx_secure_x509_crl_revoked_certs_length
ULONG
Related Functions
Found 10 other functions taking a
NX_SECURE_X509_CRL_STRUCT
argument:
Function
_nx_secure_x509_crl_signature_algorithm_parse()
_nx_secure_x509_certificate_revocation_list_parse()
_nx_secure_x509_crl_verify()
_nx_secure_x509_crl_tbscert_list_parse()
_nx_secure_x509_crl_revoked_certs_list_parse()
_nx_secure_x509_crl_signature_data_parse()
_nx_secure_x509_crl_version_parse()
_nx_secure_x509_crl_issuer_parse()
_nx_secure_x509_crl_update_times_parse()
_nx_secure_x509_crl_extensions_parse()
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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