Home
last modified time | relevance | path

Searched refs:s_bytes2 (Results 1 – 1 of 1) sorted by relevance

/dports/security/hashcat-legacy/hashcat-legacy-2.00/src/
H A Dengine.c7749 hc_sha512_ctx s_bytes2; in hashing_01800() local
7889 sha512_init (&s_bytes2); in hashing_01800()
7916 sha512_final (&s_bytes2); in hashing_01800()
13342 hc_sha256_ctx s_bytes2; in hashing_07400() local
13482 sha256_init (&s_bytes2); in hashing_07400()
13509 sha256_final (&s_bytes2); in hashing_07400()
13612 plain_s_bytes[2].buf[0] = s_bytes2.state[0]; in hashing_07400()
13613 plain_s_bytes[2].buf[1] = s_bytes2.state[1]; in hashing_07400()
13614 plain_s_bytes[2].buf[2] = s_bytes2.state[2]; in hashing_07400()
13615 plain_s_bytes[2].buf[3] = s_bytes2.state[3]; in hashing_07400()
[all …]