Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/stm32/
H A Dstm32_saes.h46 TEE_Result stm32_saes_init(struct stm32_saes_context *ctx, bool is_decrypt,
H A Dstm32_saes.c533 TEE_Result stm32_saes_init(struct stm32_saes_context *ctx, bool is_dec, in stm32_saes_init() function
1147 res = stm32_saes_init(ctx, false, STM32_SAES_MODE_ECB, key_sel, in stm32_saes_cmac_prf_128()
1181 res = stm32_saes_init(ctx, false, STM32_SAES_MODE_CBC, in stm32_saes_cmac_prf_128()
1221 res = stm32_saes_init(ctx, false, STM32_SAES_MODE_CBC, key_sel, key, in stm32_saes_cmac_prf_128()
H A Dcipher.c143 return stm32_saes_init(&ip_ctx->saes.ctx, is_decrypt, ip_ctx->saes.algo, in saes_init()