Searched refs:cbc (Results 1 – 2 of 2) sorted by relevance
/NetX-Duo-v6.3.0/crypto_libraries/src/ |
D | nx_crypto_aes.c | 2097 status = _nx_crypto_cbc_decrypt_init(&(ctx -> nx_crypto_aes_mode_context.cbc), in _nx_crypto_method_aes_cbc_operation() 2104 status = _nx_crypto_cbc_decrypt(ctx, &(ctx -> nx_crypto_aes_mode_context.cbc), in _nx_crypto_method_aes_cbc_operation() 2112 status = _nx_crypto_cbc_encrypt_init(&(ctx -> nx_crypto_aes_mode_context.cbc), in _nx_crypto_method_aes_cbc_operation() 2119 status = _nx_crypto_cbc_encrypt(ctx, &(ctx -> nx_crypto_aes_mode_context.cbc), in _nx_crypto_method_aes_cbc_operation() 2127 status = _nx_crypto_cbc_decrypt_init(&(ctx -> nx_crypto_aes_mode_context.cbc), in _nx_crypto_method_aes_cbc_operation() 2133 status = _nx_crypto_cbc_encrypt_init(&(ctx -> nx_crypto_aes_mode_context.cbc), in _nx_crypto_method_aes_cbc_operation() 2139 status = _nx_crypto_cbc_decrypt(ctx, &(ctx -> nx_crypto_aes_mode_context.cbc), in _nx_crypto_method_aes_cbc_operation() 2147 status = _nx_crypto_cbc_encrypt(ctx, &(ctx -> nx_crypto_aes_mode_context.cbc), in _nx_crypto_method_aes_cbc_operation()
|
/NetX-Duo-v6.3.0/crypto_libraries/inc/ |
D | nx_crypto_aes.h | 146 NX_CRYPTO_CBC cbc; member
|