Searched refs:safexcel_algs (Results 1 – 1 of 1) sorted by relevance
1190 static struct safexcel_alg_template *safexcel_algs[] = { variable1270 for (i = 0; i < ARRAY_SIZE(safexcel_algs); i++) { in safexcel_register_algorithms()1271 safexcel_algs[i]->priv = priv; in safexcel_register_algorithms()1274 if ((safexcel_algs[i]->algo_mask & priv->hwconfig.algo_flags) != in safexcel_register_algorithms()1275 safexcel_algs[i]->algo_mask) in safexcel_register_algorithms()1279 if (safexcel_algs[i]->type == SAFEXCEL_ALG_TYPE_SKCIPHER) in safexcel_register_algorithms()1280 ret = crypto_register_skcipher(&safexcel_algs[i]->alg.skcipher); in safexcel_register_algorithms()1281 else if (safexcel_algs[i]->type == SAFEXCEL_ALG_TYPE_AEAD) in safexcel_register_algorithms()1282 ret = crypto_register_aead(&safexcel_algs[i]->alg.aead); in safexcel_register_algorithms()1284 ret = crypto_register_ahash(&safexcel_algs[i]->alg.ahash); in safexcel_register_algorithms()[all …]