netxduo
_nx_crypto_x509_cipher_lookup_table
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
netxduo
_nx_crypto_x509_cipher_lookup_table
_nx_crypto_x509_cipher_lookup_table variable
Syntax
Show:
Summary
Declaration
from
nx_crypto_generic_ciphersuites.c:130
NX_SECURE_X509_CRYPTO
_nx_crypto_x509_cipher_lookup_table
[
]
=
{
{
NX_SECURE_TLS_X509_TYPE_RSA_SHA_256
,
&
crypto_method_rsa
,
&
crypto_method_sha256
}
,
{
NX_SECURE_TLS_X509_TYPE_RSA_SHA_384
,
&
crypto_method_rsa
,
&
crypto_method_sha384
}
,
{
NX_SECURE_TLS_X509_TYPE_RSA_SHA_512
,
&
crypto_method_rsa
,
&
crypto_method_sha512
}
,
{
NX_SECURE_TLS_X509_TYPE_RSA_SHA_1
,
&
crypto_method_rsa
,
&
crypto_method_sha1
}
,
{
NX_SECURE_TLS_X509_TYPE_RSA_MD5
,
&
crypto_method_rsa
,
&
crypto_method_md5
}
,
}
;
Examples
References
from
examples
Code
Location
NX_SECURE_X509_CRYPTO
_nx_crypto_x509_cipher_lookup_table
[
]
=
nx_crypto_generic_ciphersuites.c:130
const
UINT
_nx_crypto_x509_cipher_lookup_table_size
=
sizeof
(
_nx_crypto_x509_cipher_lookup_table
)
/
sizeof
(
NX_SECURE_X509_CRYPTO
)
;
nx_crypto_generic_ciphersuites.c:140
_nx_crypto_x509_cipher_lookup_table
,
nx_crypto_generic_ciphersuites.c:151
sizeof
(
_nx_crypto_x509_cipher_lookup_table
)
/
sizeof
(
NX_SECURE_X509_CRYPTO
)
,
nx_crypto_generic_ciphersuites.c:152
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