Searched refs:crypto_algos (Results 1 – 2 of 2) sorted by relevance
80 struct crypto_algo crypto_algos[] = { variable145 for (i = 0; i < ARRAY_SIZE(crypto_algos); i++) { in image_get_crypto_algo()146 if (!strcmp(crypto_algos[i].name, name)) in image_get_crypto_algo()147 return &crypto_algos[i]; in image_get_crypto_algo()
2696 static struct skcipher_alg crypto_algos[] = { variable2935 err = crypto_register_skciphers(crypto_algos, ARRAY_SIZE(crypto_algos)); in artpec6_crypto_probe()2950 crypto_unregister_skciphers(crypto_algos, ARRAY_SIZE(crypto_algos)); in artpec6_crypto_probe()2966 crypto_unregister_skciphers(crypto_algos, ARRAY_SIZE(crypto_algos)); in artpec6_crypto_remove()