Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dimage.h1184 struct checksum_algo { struct
1185 const char *name;
1186 const int checksum_len;
1187 const int der_len;
1188 const uint8_t *der_prefix;
1190 const EVP_MD *(*calculate_sign)(void);
1192 int (*calculate)(const char *name,
/rk3399_rockchip-uboot/lib/rsa/
H A Drsa-sign.c414 struct checksum_algo *checksum_algo, in rsa_sign_with_key()