netxduo
_nx_crypto_ciphersuite_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_ciphersuite_lookup_table
_nx_crypto_ciphersuite_lookup_table variable
Syntax
Show:
Summary
Declaration
from
nx_crypto_generic_ciphersuites.c:110
NX_SECURE_TLS_CIPHERSUITE_INFO
_nx_crypto_ciphersuite_lookup_table
[
]
=
{
#ifdef
NX_SECURE_ENABLE_AEAD_CIPHER
{
TLS_RSA_WITH_AES_128_GCM_SHA256
,
&
crypto_method_rsa
,
&
crypto_method_rsa
,
&
crypto_method_aes_128_gcm_16
,
16
,
16
,
&
crypto_method_null
,
0
,
&
crypto_method_tls_prf_sha256
}
,
#endif
{
TLS_RSA_WITH_AES_256_CBC_SHA256
,
&
crypto_method_rsa
,
&
crypto_method_rsa
,
&
crypto_method_aes_cbc_256
,
16
,
32
,
&
crypto_method_hmac_sha256
,
32
,
&
crypto_method_tls_prf_sha256
}
,
{
TLS_RSA_WITH_AES_128_CBC_SHA256
,
&
crypto_method_rsa
,
&
crypto_method_rsa
,
&
crypto_method_aes_cbc_128
,
16
,
16
,
&
crypto_method_hmac_sha256
,
32
,
&
crypto_method_tls_prf_sha256
}
,
#ifdef
NX_SECURE_ENABLE_PSK_CIPHERSUITES
{
TLS_PSK_WITH_AES_128_CBC_SHA256
,
&
crypto_method_null
,
&
crypto_method_auth_psk
,
&
crypto_method_aes_cbc_128
,
16
,
16
,
&
crypto_method_hmac_sha256
,
32
,
&
crypto_method_tls_prf_sha256
}
,
#ifdef
NX_SECURE_ENABLE_AEAD_CIPHER
{
TLS_PSK_WITH_AES_128_CCM_8
,
&
crypto_method_null
,
&
crypto_method_auth_psk
,
&
crypto_method_aes_ccm_8
,
16
,
16
,
&
crypto_method_null
,
0
,
&
crypto_method_tls_prf_sha256
}
,
#endif
#endif
}
;
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