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

/u-boot/boot/
H A Dimage-sig.c74 struct crypto_algo *image_get_crypto_algo(const char *full_name)
76 struct crypto_algo *crypto, *end;
85 crypto = ll_entry_start(struct crypto_algo, cryptos);
86 end = ll_entry_end(struct crypto_algo, cryptos);
/u-boot/tools/
H A Dimage-sig-host.c50 struct crypto_algo crypto_algos[] = {
108 struct crypto_algo *image_get_crypto_algo(const char *full_name)
/u-boot/include/
H A Dimage.h1505 struct crypto_algo *crypto; /* Crypto algorithm information */
1538 struct crypto_algo { struct
1594 ll_entry_declare(struct crypto_algo, __name, cryptos)
1621 struct crypto_algo *image_get_crypto_algo(const char *full_name);

Completed in 54 milliseconds