Searched refs:crypto_algo (Results 1 – 3 of 3) sorted by relevance
85 struct crypto_algo *image_get_crypto_algo(const char *full_name) in image_get_crypto_algo()87 struct crypto_algo *crypto, *end; in image_get_crypto_algo()95 crypto = ll_entry_start(struct crypto_algo, cryptos); in image_get_crypto_algo()96 end = ll_entry_end(struct crypto_algo, cryptos); in image_get_crypto_algo()110 crypto = ll_entry_start(struct crypto_algo, cryptos); in image_get_crypto_algo()111 end = ll_entry_end(struct crypto_algo, cryptos); in image_get_crypto_algo()
50 struct crypto_algo crypto_algos[] = {108 struct crypto_algo *image_get_crypto_algo(const char *full_name) in image_get_crypto_algo()
1429 struct crypto_algo *crypto; /* Crypto algorithm information */1462 struct crypto_algo { struct1518 ll_entry_declare(struct crypto_algo, __name, cryptos) argument1545 struct crypto_algo *image_get_crypto_algo(const char *full_name);
Completed in 15 milliseconds