Searched defs:digest_hex (Results 1 - 1 of 1) sorted by relevance
/dovecot/src/lib-dcrypt/ | ||
H A D | dcrypt-openssl.c | 954 const char *digest_hex = binary_to_hex(digest, SHA256_DIGEST_LENGTH); local 955 if (strcmp(digest_hex, input[len-1]) != 0) { |
Completed in 26 milliseconds