algomode          123 drivers/crypto/ux500/cryp/cryp.c 	    ((CRYP_ALGO_AES_ECB == cryp_config->algomode) ||
algomode          124 drivers/crypto/ux500/cryp/cryp.c 	     (CRYP_ALGO_AES_CBC == cryp_config->algomode))) {
algomode          152 drivers/crypto/ux500/cryp/cryp.c 		((cryp_config->algomode << CRYP_CR_ALGOMODE_POS) |
algomode          293 drivers/crypto/ux500/cryp/cryp.c 	enum cryp_algo_mode algomode;
algomode          335 drivers/crypto/ux500/cryp/cryp.c 	algomode = ((ctx->cr & CRYP_CR_ALGOMODE_MASK) >> CRYP_CR_ALGOMODE_POS);
algomode          336 drivers/crypto/ux500/cryp/cryp.c 	if (algomode == CRYP_ALGO_TDES_CBC ||
algomode          337 drivers/crypto/ux500/cryp/cryp.c 	    algomode == CRYP_ALGO_DES_CBC ||
algomode          338 drivers/crypto/ux500/cryp/cryp.c 	    algomode == CRYP_ALGO_AES_CBC) {
algomode          385 drivers/crypto/ux500/cryp/cryp.c 	if (config->algomode == CRYP_ALGO_TDES_CBC ||
algomode          386 drivers/crypto/ux500/cryp/cryp.c 	    config->algomode == CRYP_ALGO_DES_CBC ||
algomode          387 drivers/crypto/ux500/cryp/cryp.c 	    config->algomode == CRYP_ALGO_AES_CBC) {
algomode           91 drivers/crypto/ux500/cryp/cryp.h 	enum cryp_algo_mode algomode;
algomode          244 drivers/crypto/ux500/cryp/cryp_core.c 			if (ctx->config.algomode == CRYP_ALGO_AES_XTS) {
algomode          345 drivers/crypto/ux500/cryp/cryp_core.c 	if (mode_is_aes(ctx->config.algomode)) {
algomode          396 drivers/crypto/ux500/cryp/cryp_core.c 		    CRYP_ALGO_AES_ECB != ctx->config.algomode &&
algomode          397 drivers/crypto/ux500/cryp/cryp_core.c 		    CRYP_ALGO_DES_ECB != ctx->config.algomode &&
algomode          398 drivers/crypto/ux500/cryp/cryp_core.c 		    CRYP_ALGO_TDES_ECB != ctx->config.algomode) {
algomode         1035 drivers/crypto/ux500/cryp/cryp_core.c 	if (cryp_mode == CRYP_MODE_DMA && mode_is_aes(ctx->config.algomode))
algomode         1052 drivers/crypto/ux500/cryp/cryp_core.c 	if (cryp_mode == CRYP_MODE_DMA && mode_is_aes(ctx->config.algomode))
algomode         1060 drivers/crypto/ux500/cryp/cryp_core.c 	enum cryp_algo_mode algomode;
algomode         1072 drivers/crypto/ux500/cryp/cryp_core.c 	ctx->config.algomode = cryp_alg->algomode;
algomode         1080 drivers/crypto/ux500/cryp/cryp_core.c 		.algomode = CRYP_ALGO_AES_ECB,
algomode         1105 drivers/crypto/ux500/cryp/cryp_core.c 		.algomode = CRYP_ALGO_AES_ECB,
algomode         1130 drivers/crypto/ux500/cryp/cryp_core.c 		.algomode = CRYP_ALGO_AES_CBC,
algomode         1156 drivers/crypto/ux500/cryp/cryp_core.c 		.algomode = CRYP_ALGO_AES_CTR,
algomode         1182 drivers/crypto/ux500/cryp/cryp_core.c 		.algomode = CRYP_ALGO_DES_ECB,
algomode         1207 drivers/crypto/ux500/cryp/cryp_core.c 		.algomode = CRYP_ALGO_TDES_ECB,
algomode         1232 drivers/crypto/ux500/cryp/cryp_core.c 		.algomode = CRYP_ALGO_DES_CBC,
algomode         1257 drivers/crypto/ux500/cryp/cryp_core.c 		.algomode = CRYP_ALGO_TDES_CBC,