Searched defs:checksum_algo (Results 1 – 2 of 2) sorted by relevance
1120 struct checksum_algo { struct1121 const char *name;1122 const int checksum_len;1123 const int der_len;1124 const uint8_t *der_prefix;1126 const EVP_MD *(*calculate_sign)(void);1128 int (*calculate)(const char *name,
385 static int rsa_sign_with_key(RSA *rsa, struct checksum_algo *checksum_algo, in rsa_sign_with_key()