Searched defs:crypto_algo (Results 1 – 1 of 1) sorted by relevance
1133 struct crypto_algo { struct1134 const char *name; /* Name of algorithm */1135 const int key_len;1154 int (*sign)(struct image_sign_info *info,1169 int (*add_verify_data)(struct image_sign_info *info, void *keydest);1200 struct crypto_algo *image_get_crypto_algo(const char *full_name); argument