Home
last modified time | relevance | path

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

/u-boot/include/
A Dimage.h1283 struct checksum_algo { struct
1284 const char *name;
1285 const int checksum_len;
1286 const int der_len;
1287 const uint8_t *der_prefix;
1289 const EVP_MD *(*calculate_sign)(void);
1291 int (*calculate)(const char *name,
/u-boot/lib/rsa/
A Drsa-sign.c420 struct checksum_algo *checksum_algo, in rsa_sign_with_key()

Completed in 10 milliseconds