Home
last modified time | relevance | path

Searched refs:gcm (Results 1 – 2 of 2) sorted by relevance

/NetX-Duo-v6.3.0/crypto_libraries/src/
Dnx_crypto_aes.c2586 (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/
Dnx_crypto_aes.h148 NX_CRYPTO_GCM gcm; member