Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/stm32/
H A Dstm32_saes.h18 STM32_SAES_MODE_ECB, enumerator
H A Dcipher.c288 enum stm32_saes_chaining_mode saes_algo = STM32_SAES_MODE_ECB; in stm32_saes_cipher_allocate()
295 saes_algo = STM32_SAES_MODE_ECB; in stm32_saes_cipher_allocate()
H A Dstm32_saes.c578 case STM32_SAES_MODE_ECB: in stm32_saes_init()
677 if (ch_mode != STM32_SAES_MODE_ECB) { in stm32_saes_init()
1147 res = stm32_saes_init(ctx, false, STM32_SAES_MODE_ECB, key_sel, in stm32_saes_cmac_prf_128()