Home
last modified time | relevance | path

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

/external/u-boot/include/
Dimage.h1133 struct crypto_algo { struct
1134 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