Searched refs:crypto_algos (Results 1 – 1 of 1) sorted by relevance
72 struct crypto_algo crypto_algos[] = { variable144 for (i = 0; i < ARRAY_SIZE(crypto_algos); i++) { in image_get_crypto_algo()145 crypto_algos[i].name += gd->reloc_off; in image_get_crypto_algo()146 crypto_algos[i].sign += gd->reloc_off; in image_get_crypto_algo()147 crypto_algos[i].add_verify_data += gd->reloc_off; in image_get_crypto_algo()148 crypto_algos[i].verify += gd->reloc_off; in image_get_crypto_algo()159 for (i = 0; i < ARRAY_SIZE(crypto_algos); i++) { in image_get_crypto_algo()160 if (!strcmp(crypto_algos[i].name, name)) in image_get_crypto_algo()161 return &crypto_algos[i]; in image_get_crypto_algo()
Completed in 3 milliseconds