cryp_config       111 drivers/crypto/ux500/cryp/cryp.c 			   struct cryp_config *cryp_config,
cryp_config       116 drivers/crypto/ux500/cryp/cryp.c 	if (NULL == device_data || NULL == cryp_config)
cryp_config       119 drivers/crypto/ux500/cryp/cryp.c 	*control_register |= (cryp_config->keysize << CRYP_CR_KEYSIZE_POS);
cryp_config       122 drivers/crypto/ux500/cryp/cryp.c 	if ((CRYP_ALGORITHM_DECRYPT == cryp_config->algodir) &&
cryp_config       123 drivers/crypto/ux500/cryp/cryp.c 	    ((CRYP_ALGO_AES_ECB == cryp_config->algomode) ||
cryp_config       124 drivers/crypto/ux500/cryp/cryp.c 	     (CRYP_ALGO_AES_CBC == cryp_config->algomode))) {
cryp_config       152 drivers/crypto/ux500/cryp/cryp.c 		((cryp_config->algomode << CRYP_CR_ALGOMODE_POS) |
cryp_config       153 drivers/crypto/ux500/cryp/cryp.c 		 (cryp_config->algodir << CRYP_CR_ALGODIR_POS));
cryp_config       295 drivers/crypto/ux500/cryp/cryp.c 	struct cryp_config *config =
cryp_config       296 drivers/crypto/ux500/cryp/cryp.c 		(struct cryp_config *)device_data->current_ctx;
cryp_config       356 drivers/crypto/ux500/cryp/cryp.c 	struct cryp_config *config =
cryp_config       357 drivers/crypto/ux500/cryp/cryp.c 		(struct cryp_config *)device_data->current_ctx;
cryp_config       265 drivers/crypto/ux500/cryp/cryp.h 			   struct cryp_config *cryp_config,
cryp_config        76 drivers/crypto/ux500/cryp/cryp_core.c 	struct cryp_config config;