Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/stm32/
H A Dstm32_cryp.h29 enum stm32_cryp_algo_mode { enum
65 enum stm32_cryp_algo_mode mode,
H A Dcipher.c24 enum stm32_cryp_algo_mode algo;
239 static TEE_Result alloc_cryp_ctx(void **ctx, enum stm32_cryp_algo_mode algo) in alloc_cryp_ctx()
H A Dauthenc.c28 enum stm32_cryp_algo_mode algo;
322 static TEE_Result alloc_ctx(void **ctx, enum stm32_cryp_algo_mode algo) in alloc_ctx()
H A Dstm32_cryp.c638 enum stm32_cryp_algo_mode algo, in stm32_cryp_init()