Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/crypto/ux500/cryp/
Dcryp.c123 ((CRYP_ALGO_AES_ECB == cryp_config->algomode) || in cryp_set_configuration()
143 (CRYP_ALGO_AES_ECB << CRYP_CR_ALGOMODE_POS) | in cryp_set_configuration()
Dcryp.h62 CRYP_ALGO_AES_ECB, enumerator
Dcryp_core.c259 return CRYP_ALGO_AES_ECB == mode || in mode_is_aes()
395 CRYP_ALGO_AES_ECB != ctx->config.algomode && in cryp_setup_context()
1109 .algomode = CRYP_ALGO_AES_ECB,
1134 .algomode = CRYP_ALGO_AES_ECB,