Home
last modified time | relevance | path

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

/NetX-Duo-v6.3.0/crypto_libraries/src/
Dnx_crypto_gcm.c517 gcm_metadata -> nx_crypto_gcm_input_total_length = 0; in _nx_crypto_gcm_encrypt_init()
593 gcm_metadata -> nx_crypto_gcm_input_total_length += length; in _nx_crypto_gcm_encrypt_update()
662 length = gcm_metadata -> nx_crypto_gcm_input_total_length; in _nx_crypto_gcm_encrypt_calculate()
762 gcm_metadata -> nx_crypto_gcm_input_total_length += length; in _nx_crypto_gcm_decrypt_update()
831 length = gcm_metadata -> nx_crypto_gcm_input_total_length; in _nx_crypto_gcm_decrypt_calculate()
/NetX-Duo-v6.3.0/crypto_libraries/inc/
Dnx_crypto_gcm.h75 ULONG nx_crypto_gcm_input_total_length; member