Searched refs:hex_out (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/apache2/argon2/dist/phc-winner-argon2/src/
H A Dtest.c40 unsigned char hex_out[OUT_LEN * 2 + 4]; local
52 sprintf((char *)(hex_out + i * 2), "%02x", out[i]);
53 assert(memcmp(hex_out, hexref, OUT_LEN * 2) == 0);

Completed in 91 milliseconds