Home
last modified time | relevance | path

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

/hal_infineon-3.6.0/mtb-pdl-cat1/drivers/source/
Dcy_crypto_core_aes_v2.c295 aesGCMctx->partial_aad_processed = false; in Cy_Crypto_Core_V2_Aes_GCM_Start()
446 if(aesGCMctx->partial_aad_processed == false) in Cy_Crypto_Core_V2_Aes_GCM_Update()
449 aesGCMctx->partial_aad_processed = true; in Cy_Crypto_Core_V2_Aes_GCM_Update()
/hal_infineon-3.6.0/mtb-pdl-cat1/drivers/include/
Dcy_crypto_common.h755 bool partial_aad_processed; member