Home
last modified time | relevance | path

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

/dports/security/hashcat/hashcat-6.2.5/src/modules/
H A Dmodule_25600.c270 base64_encode (int_to_bf64, (const u8 *) tmp_salt, 16, (u8 *) tmp_buf + 0); in module_hash_encode()
271 base64_encode (int_to_bf64, (const u8 *) tmp_digest, 23, (u8 *) tmp_buf + 22); in module_hash_encode()
H A Dmodule_03200.c278 base64_encode (int_to_bf64, (const u8 *) tmp_salt, 16, (u8 *) tmp_buf + 0); in module_hash_encode()
279 base64_encode (int_to_bf64, (const u8 *) tmp_digest, 23, (u8 *) tmp_buf + 22); in module_hash_encode()
H A Dmodule_25800.c270 base64_encode (int_to_bf64, (const u8 *) tmp_salt, 16, (u8 *) tmp_buf + 0); in module_hash_encode()
271 base64_encode (int_to_bf64, (const u8 *) tmp_digest, 23, (u8 *) tmp_buf + 22); in module_hash_encode()
/dports/security/hashcat/hashcat-6.2.5/include/
H A Dconvert.h52 u8 int_to_bf64 (const u8 c);
/dports/security/hashcat/hashcat-6.2.5/src/
H A Dconvert.c680 u8 int_to_bf64 (const u8 c) in int_to_bf64() function
/dports/security/hashcat-legacy/hashcat-legacy-2.00/src/
H A Dengine.c283 char int_to_bf64 (const char c) in int_to_bf64() function
2236 base64_encode (int_to_bf64, salt, 16, bcrypt_str); in bcrypt_encode()
2237 base64_encode (int_to_bf64, digest, DIGEST_SIZE_BCRYPT, bcrypt_str + SALT_SIZE_MIN_BCRYPT); in bcrypt_encode()