Home
last modified time | relevance | path

Searched refs:crypto_algo (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/common/
Dimage-sig.c56 struct crypto_algo crypto_algos[] = {
90 struct crypto_algo *image_get_crypto_algo(const char *full_name) in image_get_crypto_algo()
/external/u-boot/include/
Dimage.h1101 struct crypto_algo *crypto; /* Crypto algorithm information */
1133 struct crypto_algo { struct
1200 struct crypto_algo *image_get_crypto_algo(const char *full_name); argument