NX_CRYPTO_ENCRYPTION_AES_CBC is only used within netxduo.
 
Symbols
loading...
Files
loading...

NX_CRYPTO_ENCRYPTION_AES_CBC macro

Syntax

#define NX_CRYPTO_ENCRYPTION_AES_CBC 0x0000000C

References

LocationText
nx_crypto_const.h:80
#define NX_CRYPTO_ENCRYPTION_AES_CBC 0x0000000C
nx_crypto_aes.c:1932
if (method -> nx_crypto_algorithm == NX_CRYPTO_ENCRYPTION_AES_CBC)
nx_crypto_generic_ciphersuites.c:333
{NX_CRYPTO_ENCRYPTION_AES_CBC, NX_CRYPTO_ROLE_SYMMETRIC},
nx_crypto_generic_ciphersuites.c:352
{NX_CRYPTO_ENCRYPTION_AES_CBC, NX_CRYPTO_ROLE_SYMMETRIC},
nx_crypto_methods.c:126
NX_CRYPTO_ENCRYPTION_AES_CBC, /* AES crypto algorithm */
nx_crypto_methods.c:140
NX_CRYPTO_ENCRYPTION_AES_CBC, /* AES crypto algorithm */
nx_crypto_methods.c:154
NX_CRYPTO_ENCRYPTION_AES_CBC, /* AES crypto algorithm */
nx_secure_tls_record_payload_encrypt.c:199
if (session_cipher_method -> nx_crypto_algorithm == NX_CRYPTO_ENCRYPTION_AES_CBC)
nx_secure_tls_record_payload_encrypt.c:305
if (session_cipher_method -> nx_crypto_algorithm == NX_CRYPTO_ENCRYPTION_AES_CBC)
nx_secure_tls_record_payload_encrypt.c:628
if (session_cipher_method -> nx_crypto_algorithm == NX_CRYPTO_ENCRYPTION_AES_CBC)
nx_secure_tls_session_iv_size_get.c:107
case NX_CRYPTO_ENCRYPTION_AES_CBC: