Searched refs:nx_crypto_aes_mode_context (Results 1 – 2 of 2) sorted by relevance
/NetX-Duo-v6.3.0/crypto_libraries/src/ |
D | nx_crypto_aes.c | 1780 …ES *)crypto_metadata) -> nx_crypto_aes_mode_context, 0, sizeof(((NX_CRYPTO_AES *)crypto_metadata) … in _nx_crypto_method_aes_init() 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() 2285 (ctx -> nx_crypto_aes_mode_context.ccm.nx_crypto_ccm_additional_data_len > 0 && in _nx_crypto_method_aes_ccm_operation() [all …]
|
/NetX-Duo-v6.3.0/crypto_libraries/inc/ |
D | nx_crypto_aes.h | 150 } nx_crypto_aes_mode_context; member
|