Home
last modified time | relevance | path

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

/linux/drivers/crypto/ux500/cryp/
A Dcryp.c111 struct cryp_config *cryp_config, in cryp_set_configuration() argument
116 if (NULL == device_data || NULL == cryp_config) in cryp_set_configuration()
122 if ((CRYP_ALGORITHM_DECRYPT == cryp_config->algodir) && in cryp_set_configuration()
123 ((CRYP_ALGO_AES_ECB == cryp_config->algomode) || in cryp_set_configuration()
124 (CRYP_ALGO_AES_CBC == cryp_config->algomode))) { in cryp_set_configuration()
152 ((cryp_config->algomode << CRYP_CR_ALGOMODE_POS) | in cryp_set_configuration()
153 (cryp_config->algodir << CRYP_CR_ALGODIR_POS)); in cryp_set_configuration()
296 struct cryp_config *config = in cryp_save_device_context()
297 (struct cryp_config *)device_data->current_ctx; in cryp_save_device_context()
357 struct cryp_config *config = in cryp_restore_device_context()
[all …]
A Dcryp.h89 struct cryp_config { struct
265 struct cryp_config *cryp_config,
A Dcryp_core.c79 struct cryp_config config;

Completed in 7 milliseconds