You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hashcat/OpenCL/inc_luks_af.h

23 lines
828 B

/**
* Author......: See docs/credits.txt
* License.....: MIT
*/
#ifndef _INC_LUKS_AF_H
#define _INC_LUKS_AF_H
DECLSPEC void AF_sha1_diffuse16 (PRIVATE_AS u32 *out);
DECLSPEC void AF_sha1_diffuse32 (PRIVATE_AS u32 *out);
DECLSPEC void AF_sha1_diffuse64 (PRIVATE_AS u32 *out);
DECLSPEC void AF_sha256_diffuse16 (PRIVATE_AS u32 *out);
DECLSPEC void AF_sha256_diffuse32 (PRIVATE_AS u32 *out);
DECLSPEC void AF_sha256_diffuse64 (PRIVATE_AS u32 *out);
DECLSPEC void AF_sha512_diffuse16 (PRIVATE_AS u32 *out);
DECLSPEC void AF_sha512_diffuse32 (PRIVATE_AS u32 *out);
DECLSPEC void AF_sha512_diffuse64 (PRIVATE_AS u32 *out);
DECLSPEC void AF_ripemd160_diffuse16 (PRIVATE_AS u32 *out);
DECLSPEC void AF_ripemd160_diffuse32 (PRIVATE_AS u32 *out);
DECLSPEC void AF_ripemd160_diffuse64 (PRIVATE_AS u32 *out);
#endif // _INC_LUKS_AF_H