Searched refs:gcm (Results 1 – 2 of 2) sorted by relevance
/NetX-Duo-v6.3.0/crypto_libraries/src/ |
D | nx_crypto_aes.c | 2586 (ctx -> nx_crypto_aes_mode_context.gcm.nx_crypto_gcm_additional_data_len > 0 && in _nx_crypto_method_aes_gcm_operation() 2587 … ctx -> nx_crypto_aes_mode_context.gcm.nx_crypto_gcm_additional_data == NX_CRYPTO_NULL)) in _nx_crypto_method_aes_gcm_operation() 2602 status = _nx_crypto_gcm_decrypt_init(ctx, &(ctx -> nx_crypto_aes_mode_context.gcm), in _nx_crypto_method_aes_gcm_operation() 2604 … ctx -> nx_crypto_aes_mode_context.gcm.nx_crypto_gcm_additional_data, in _nx_crypto_method_aes_gcm_operation() 2605 … ctx -> nx_crypto_aes_mode_context.gcm.nx_crypto_gcm_additional_data_len, in _nx_crypto_method_aes_gcm_operation() 2613 status = _nx_crypto_gcm_decrypt_update(ctx, &(ctx -> nx_crypto_aes_mode_context.gcm), in _nx_crypto_method_aes_gcm_operation() 2623 status = _nx_crypto_gcm_decrypt_calculate(ctx, &(ctx -> nx_crypto_aes_mode_context.gcm), in _nx_crypto_method_aes_gcm_operation() 2632 (ctx -> nx_crypto_aes_mode_context.gcm.nx_crypto_gcm_additional_data_len > 0 && in _nx_crypto_method_aes_gcm_operation() 2633 … ctx -> nx_crypto_aes_mode_context.gcm.nx_crypto_gcm_additional_data == NX_CRYPTO_NULL)) in _nx_crypto_method_aes_gcm_operation() 2647 status = _nx_crypto_gcm_encrypt_init(ctx, &(ctx -> nx_crypto_aes_mode_context.gcm), in _nx_crypto_method_aes_gcm_operation() [all …]
|
/NetX-Duo-v6.3.0/crypto_libraries/inc/ |
D | nx_crypto_aes.h | 148 NX_CRYPTO_GCM gcm; member
|