Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dimage.h1155 struct checksum_algo { struct
1156 const char *name;
1157 const int checksum_len;
1158 const int der_len;
1159 const uint8_t *der_prefix;
1161 const EVP_MD *(*calculate_sign)(void);
1163 int (*calculate)(const char *name,
/openbmc/u-boot/lib/rsa/
H A Drsa-sign.c391 struct checksum_algo *checksum_algo, in rsa_sign_with_key()