netxduo
NX_SECURE_X509_CERT_STRUCT::nx_secure_x509_cipher_table
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/7)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
netxduo
NX_SECURE_X509_CERT_STRUCT::nx_secure_x509_cipher_table
NX_SECURE_X509_CERT_STRUCT::nx_secure_x509_cipher_table field
Syntax
Show:
Summary
Declaration
from
nx_secure_x509.h:738
NX_SECURE_X509_CRYPTO
*
nx_secure_x509_cipher_table
;
Examples
References
from
examples
Code
Location
Referrer
NX_SECURE_X509_CRYPTO
*
nx_secure_x509_cipher_table
;
nx_secure_x509.h:738
certificate
->
nx_secure_x509_cipher_table
=
tls_session
->
nx_secure_tls_crypto_table
->
nx_secure_tls_x509_cipher_table
;
nx_secure_tls_local_certificate_add.c:94
_nx_secure_tls_local_certificate_add()
certificate
->
nx_secure_x509_cipher_table
=
tls_session
->
nx_secure_tls_crypto_table
->
nx_secure_tls_x509_cipher_table
;
nx_secure_tls_process_remote_certificate.c:302
_nx_secure_tls_process_remote_certificate()
certificate
->
nx_secure_x509_cipher_table
=
tls_session
->
nx_secure_tls_crypto_table
->
nx_secure_tls_x509_cipher_table
;
nx_secure_tls_process_remote_certificate.c:427
_nx_secure_tls_process_remote_certificate()
certificate
->
nx_secure_x509_cipher_table
=
tls_session
->
nx_secure_tls_crypto_table
->
nx_secure_tls_x509_cipher_table
;
nx_secure_tls_trusted_certificate_add.c:98
_nx_secure_tls_trusted_certificate_add()
if
(
cert
->
nx_secure_x509_cipher_table
[
index
]
.
nx_secure_x509_crypto_identifier
==
signature_algorithm
)
nx_secure_x509_find_certificate_methods.c:88
_nx_secure_x509_find_certificate_methods()
*
crypto_methods
=
&
cert
->
nx_secure_x509_cipher_table
[
index
]
;
nx_secure_x509_find_certificate_methods.c:90
_nx_secure_x509_find_certificate_methods()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
NX_SECURE_X509_CERT_STRUCT::nx_secure_x509_cipher_table
is written by 3 functions and is read by 1 function:
_nx_secure_tls_local_certificate_add()
_nx_secure_tls_process_remote_certificate()
_nx_secure_tls_trusted_certificate_add()
All items filtered out
NX_SECURE_X509_CERT_STRUCT::nx_secure_x509_cipher_table
_nx_secure_x509_find_certificate_methods()
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