Home
last modified time | relevance | path

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

/openbmc/u-boot/common/
H A Dimage-sig.c80 struct crypto_algo crypto_algos[] = { variable
145 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()