Searched refs:CRYP_ALGO_AES_ECB (Results 1 – 3 of 3) sorted by relevance
123 ((CRYP_ALGO_AES_ECB == cryp_config->algomode) || in cryp_set_configuration()143 (CRYP_ALGO_AES_ECB << CRYP_CR_ALGOMODE_POS) | in cryp_set_configuration()
62 CRYP_ALGO_AES_ECB, enumerator
260 return CRYP_ALGO_AES_ECB == mode || in mode_is_aes()396 CRYP_ALGO_AES_ECB != ctx->config.algomode && in cryp_setup_context()1110 .algomode = CRYP_ALGO_AES_ECB,1135 .algomode = CRYP_ALGO_AES_ECB,