Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dimage.h1189 struct crypto_algo { struct
1190 const char *name; /* Name of algorithm */
1191 const int key_len;
1210 int (*sign)(struct image_sign_info *info,
1225 int (*add_verify_data)(struct image_sign_info *info, void *keydest);
1258 * image_get_crypto_algo() - Look up a cryptosystem algorithm argument
/OK3568_Linux_fs/kernel/drivers/char/tpm/
H A Dtpm2-cmd.c527 enum hash_algo crypto_algo = tpm2_hash_map[i].crypto_id; in tpm2_init_bank_info() local