Searched refs:nx_crypto_gcm_input_total_length (Results 1 – 2 of 2) sorted by relevance
517 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()
75 ULONG nx_crypto_gcm_input_total_length; member