Searched refs:SET_ALGOMODE (Results 1 – 1 of 1) sorted by relevance
/optee_os-3.20.0/core/drivers/crypto/stm32/ |
A D | stm32_cryp.c | 180 #define SET_ALGOMODE(mod, cr) \ macro 681 SET_ALGOMODE(TDES_ECB, ctx->cr); in stm32_cryp_init() 684 SET_ALGOMODE(TDES_CBC, ctx->cr); in stm32_cryp_init() 687 SET_ALGOMODE(DES_ECB, ctx->cr); in stm32_cryp_init() 690 SET_ALGOMODE(DES_CBC, ctx->cr); in stm32_cryp_init() 693 SET_ALGOMODE(AES_ECB, ctx->cr); in stm32_cryp_init() 696 SET_ALGOMODE(AES_CBC, ctx->cr); in stm32_cryp_init() 699 SET_ALGOMODE(AES_CTR, ctx->cr); in stm32_cryp_init() 702 SET_ALGOMODE(AES_GCM, ctx->cr); in stm32_cryp_init() 705 SET_ALGOMODE(AES_CCM, ctx->cr); in stm32_cryp_init()
|
Completed in 4 milliseconds