netxduo
_nx_secure_x509_extract_oid_data()
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_extract_oid_data()
_nx_secure_x509_extract_oid_data() function
Syntax
Show:
Summary
Declaration
Definition
from
nx_secure_x509.c:50
static
UINT
_nx_secure_x509_extract_oid_data
(
const
UCHAR
*
buffer
,
UINT
oid
,
UINT
oid_param
,
ULONG
length
,
UINT
*
bytes_processed
,
NX_SECURE_X509_CERT
*
cert
)
;
Implemented in
nx_secure_x509.c:286
Arguments
Argument
buffer
oid
oid_param
length
bytes_processed
cert
Examples
References
from
examples
Code
Location
Referrer
static
UINT
_nx_secure_x509_extract_oid_data
(
const
UCHAR
*
buffer
,
UINT
oid
,
UINT
oid_param
,
ULONG
length
,
nx_secure_x509.c:286
static
UINT
_nx_secure_x509_extract_oid_data
(
const
UCHAR
*
buffer
,
UINT
oid
,
UINT
oid_param
,
ULONG
length
,
nx_secure_x509.c:50
status
=
_nx_secure_x509_extract_oid_data
(
bitstring_ptr
,
oid
,
oid_parameter
,
bitstring_len
,
&
bytes
,
cert
)
;
nx_secure_x509.c:1412
_nx_secure_x509_parse_public_key()
Call Tree
from
examples
_nx_secure_x509_extract_oid_data()
is called by 1 function and calls 2 functions:
_nx_secure_x509_parse_public_key()
All items filtered out
_nx_secure_x509_extract_oid_data()
_tx_thread_sleep()
_nx_secure_x509_asn1_tlv_block_parse()
All items filtered out
Data Use
from
examples
_nx_secure_x509_extract_oid_data()
reads 2 variables and writes 7 variables:
NX_SECURE_X509_CERT_STRUCT::
::rsa_public_key
NX_SECURE_X509_CERT_STRUCT::nx_secure_x509_public_key
All items filtered out
_nx_secure_x509_extract_oid_data()
NX_SECURE_RSA_PUBLIC_KEY_STRUCT::nx_secure_rsa_public_modulus
NX_SECURE_RSA_PUBLIC_KEY_STRUCT::nx_secure_rsa_public_modulus_length
NX_SECURE_RSA_PUBLIC_KEY_STRUCT::nx_secure_rsa_public_exponent
NX_SECURE_RSA_PUBLIC_KEY_STRUCT::nx_secure_rsa_public_exponent_length
NX_SECURE_EC_PUBLIC_KEY_STRUCT::nx_secure_ec_public_key
NX_SECURE_EC_PUBLIC_KEY_STRUCT::nx_secure_ec_public_key_length
NX_SECURE_EC_PUBLIC_KEY_STRUCT::nx_secure_ec_named_curve
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