Home
last modified time | relevance | path

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

/u-boot/include/
A Dimage.h1449 struct checksum_algo { struct
1450 const char *name;
1451 const int checksum_len;
1452 const int der_len;
1453 const uint8_t *der_prefix;
1455 const EVP_MD *(*calculate_sign)(void);
1457 int (*calculate)(const char *name,
/u-boot/lib/rsa/
A Drsa-sign.c366 struct checksum_algo *checksum_algo, in rsa_sign_with_key()

Completed in 11 milliseconds