netxduo
_nx_crypto_ciphersuite_lookup_table_ecc
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_ecc
_nx_crypto_ciphersuite_lookup_table_ecc variable
Syntax
Show:
Summary
Declaration
from
nx_crypto_generic_ciphersuites.c:213
NX_SECURE_TLS_CIPHERSUITE_INFO
_nx_crypto_ciphersuite_lookup_table_ecc
[
]
=
{
#if
(
NX_SECURE_TLS_TLS_1_3_ENABLED
)
{
TLS_AES_128_GCM_SHA256
,
&
crypto_method_ecdhe
,
&
crypto_method_ecdsa
,
&
crypto_method_aes_128_gcm_16
,
96
,
16
,
&
crypto_method_sha256
,
32
,
&
crypto_method_hkdf
}
,
{
TLS_AES_128_CCM_SHA256
,
&
crypto_method_ecdhe
,
&
crypto_method_ecdsa
,
&
crypto_method_aes_ccm_16
,
96
,
16
,
&
crypto_method_sha256
,
32
,
&
crypto_method_hkdf
}
,
{
TLS_AES_128_CCM_8_SHA256
,
&
crypto_method_ecdhe
,
&
crypto_method_ecdsa
,
&
crypto_method_aes_ccm_8
,
96
,
16
,
&
crypto_method_sha256
,
32
,
&
crypto_method_hkdf
}
,
#endif
#ifdef
NX_SECURE_ENABLE_AEAD_CIPHER
{
TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
,
&
crypto_method_ecdhe
,
&
crypto_method_ecdsa
,
&
crypto_method_aes_128_gcm_16
,
16
,
16
,
&
crypto_method_null
,
0
,
&
crypto_method_tls_prf_sha256
}
,
{
TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
,
&
crypto_method_ecdhe
,
&
crypto_method_rsa
,
&
crypto_method_aes_128_gcm_16
,
16
,
16
,
&
crypto_method_null
,
0
,
&
crypto_method_tls_prf_sha256
}
,
#endif
{
TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256
,
&
crypto_method_ecdhe
,
&
crypto_method_ecdsa
,
&
crypto_method_aes_cbc_128
,
16
,
16
,
&
crypto_method_hmac_sha256
,
32
,
&
crypto_method_tls_prf_sha256
}
,
{
TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256
,
&
crypto_method_ecdhe
,
&
crypto_method_rsa
,
&
crypto_method_aes_cbc_128
,
16
,
16
,
&
crypto_method_hmac_sha256
,
32
,
&
crypto_method_tls_prf_sha256
}
,
#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
Code
Location
NX_SECURE_TLS_CIPHERSUITE_INFO
_nx_crypto_ciphersuite_lookup_table_ecc
[
]
=
nx_crypto_generic_ciphersuites.c:213
const
UINT
_nx_crypto_ciphersuite_lookup_table_ecc_size
=
sizeof
(
_nx_crypto_ciphersuite_lookup_table_ecc
)
/
sizeof
(
NX_SECURE_TLS_CIPHERSUITE_INFO
)
;
nx_crypto_generic_ciphersuites.c:247
_nx_crypto_ciphersuite_lookup_table_ecc
,
nx_crypto_generic_ciphersuites.c:254
sizeof
(
_nx_crypto_ciphersuite_lookup_table_ecc
)
/
sizeof
(
NX_SECURE_TLS_CIPHERSUITE_INFO
)
,
nx_crypto_generic_ciphersuites.c:255
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