Searched refs:crypto_algos (Results 1 – 2 of 2) sorted by relevance
69 struct crypto_algo crypto_algos[] = { variable127 for (i = 0; i < ARRAY_SIZE(crypto_algos); i++) { in image_get_crypto_algo()128 if (!strcmp(crypto_algos[i].name, name)) in image_get_crypto_algo()129 return &crypto_algos[i]; in image_get_crypto_algo()
2695 static struct skcipher_alg crypto_algos[] = { variable2934 err = crypto_register_skciphers(crypto_algos, ARRAY_SIZE(crypto_algos)); in artpec6_crypto_probe()2949 crypto_unregister_skciphers(crypto_algos, ARRAY_SIZE(crypto_algos)); in artpec6_crypto_probe()2965 crypto_unregister_skciphers(crypto_algos, ARRAY_SIZE(crypto_algos)); in artpec6_crypto_remove()