Searched refs:int_to_bf64 (Results 1 – 6 of 6) sorted by relevance
/dports/security/hashcat/hashcat-6.2.5/src/modules/ |
H A D | module_25600.c | 270 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 D | module_03200.c | 278 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 D | module_25800.c | 270 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 D | convert.h | 52 u8 int_to_bf64 (const u8 c);
|
/dports/security/hashcat/hashcat-6.2.5/src/ |
H A D | convert.c | 680 u8 int_to_bf64 (const u8 c) in int_to_bf64() function
|
/dports/security/hashcat-legacy/hashcat-legacy-2.00/src/ |
H A D | engine.c | 283 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()
|