Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/crypto/ux500/cryp/
H A Dcryp.c107 * @cryp_config: Pointer to the configuration parameter
111 struct cryp_config *cryp_config, in cryp_set_configuration()
116 if (NULL == device_data || NULL == cryp_config) in cryp_set_configuration()
119 *control_register |= (cryp_config->keysize << CRYP_CR_KEYSIZE_POS); 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 in cryp_set_configuration()
110 cryp_set_configuration(struct cryp_device_data *device_data, struct cryp_config *cryp_config, u32 *control_register) cryp_set_configuration() argument
[all...]
H A Dcryp.h82 * struct cryp_config -
89 struct cryp_config { struct
265 struct cryp_config *cryp_config,
H A Dcryp_core.c78 struct cryp_config config;

Completed in 3 milliseconds