Home
last modified time | relevance | path

Searched refs:STM32_CRYP_MODE_AES_GCM (Results 1 – 3 of 3) sorted by relevance

/optee_os/core/drivers/crypto/stm32/
H A Dauthenc.c68 res = stm32_cryp_init(&ctx, true, STM32_CRYP_MODE_AES_GCM, in stm32_ae_gcm_generate_iv()
79 res = stm32_cryp_init(&ctx, true, STM32_CRYP_MODE_AES_GCM, in stm32_ae_gcm_generate_iv()
213 if (c->algo == STM32_CRYP_MODE_AES_GCM) { in stm32_ae_initialize()
348 return alloc_ctx(ctx, STM32_CRYP_MODE_AES_GCM); in stm32_ae_allocate()
H A Dstm32_cryp.h37 STM32_CRYP_MODE_AES_GCM, enumerator
H A Dstm32_cryp.c699 case STM32_CRYP_MODE_AES_GCM: in stm32_cryp_init()