Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dimage.h1176 struct checksum_algo { struct
1177 const char *name;
1178 const int checksum_len;
1179 const int der_len;
1180 const uint8_t *der_prefix;
1182 const EVP_MD *(*calculate_sign)(void);
1184 int (*calculate)(const char *name,
/OK3568_Linux_fs/u-boot/lib/rsa/
H A Drsa-sign.c414 struct checksum_algo *checksum_algo, in rsa_sign_with_key()