Searched defs:a2_hex (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/auth/
H A Dmech-digest-md5.c119 const char *a1_hex, *a2_hex, *response_hex; local
189 a2_hex = binary_to_hex(digest, 16);
205 md5_update(&ctx, a2_hex, 32);

Completed in 646 milliseconds