Home
last modified time | relevance | path

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

/NetX-Duo-v6.3.0/crypto_libraries/src/
Dnx_crypto_gcm.c465 UCHAR *s = gcm_metadata -> nx_crypto_gcm_s; in _nx_crypto_gcm_encrypt_init()
578 UCHAR *s = gcm_metadata -> nx_crypto_gcm_s; in _nx_crypto_gcm_encrypt_update()
650 UCHAR *s = gcm_metadata -> nx_crypto_gcm_s; in _nx_crypto_gcm_encrypt_calculate()
747 UCHAR *s = gcm_metadata -> nx_crypto_gcm_s; in _nx_crypto_gcm_decrypt_update()
818 UCHAR *s = gcm_metadata -> nx_crypto_gcm_s; in _nx_crypto_gcm_decrypt_calculate()
/NetX-Duo-v6.3.0/crypto_libraries/inc/
Dnx_crypto_gcm.h80 UCHAR nx_crypto_gcm_s[NX_CRYPTO_GCM_BLOCK_SIZE]; member