Home
last modified time | relevance | path

Searched refs:STM32_CRYP_MODE_AES_ECB (Results 1 – 4 of 4) sorted by relevance

/optee_os/core/drivers/crypto/stm32/
H A Dstm32_cryp.h34 STM32_CRYP_MODE_AES_ECB, enumerator
H A Dauthenc.c107 res = stm32_cryp_init(&ctx, false, STM32_CRYP_MODE_AES_ECB, in stm32_ae_gcm_generate_iv()
121 res = stm32_cryp_init(&ctx, false, STM32_CRYP_MODE_AES_ECB, in stm32_ae_gcm_generate_iv()
H A Dcipher.c269 return alloc_cryp_ctx(ctx, STM32_CRYP_MODE_AES_ECB); in stm32_cryp_cipher_allocate()
H A Dstm32_cryp.c690 case STM32_CRYP_MODE_AES_ECB: in stm32_cryp_init()