mirror of
https://github.com/hashcat/hashcat.git
synced 2025-03-25 03:45:43 +00:00
Merge pull request #3159 from matrix/missing_STR_M2S_replacement
Rename STR() to M2S(), part 2
This commit is contained in:
commit
ac19970276
OpenCL
m00400-optimized.clm00400-pure.clm00500-optimized.clm00500-pure.clm01500_a3-pure.clm01600-optimized.clm01600-pure.clm01800-optimized.clm01800-pure.clm02100-pure.clm02500-pure.clm03000_a3-pure.clm03200-pure.clm05200-pure.clm05800-optimized.clm05800-pure.clm06300-optimized.clm06300-pure.clm06400-pure.clm06500-pure.clm06600-pure.clm06700-pure.clm06800-pure.clm07100-pure.clm07400-optimized.clm07400-pure.clm07900-pure.clm08200-pure.clm08900-pure.clm09000-pure.clm09100-pure.clm09400-pure.clm09500-pure.clm09600-pure.clm10300-pure.clm10500-pure.clm10700-optimized.clm10700-pure.clm10900-pure.clm11900-pure.clm12000-pure.clm12200-pure.clm12300-pure.clm12400-pure.clm12500-optimized.clm12500-pure.clm12700-pure.clm12800-pure.clm12900-pure.clm13000-pure.clm13400-pure.clm13600-pure.clm14000_a3-pure.clm14611-pure.clm14612-pure.clm14613-pure.clm14621-pure.clm14622-pure.clm14623-pure.clm14631-pure.clm14632-pure.clm14633-pure.clm14641-pure.clm14642-pure.clm14643-pure.clm14700-pure.clm15100-pure.clm15300-pure.clm15600-pure.clm15700-pure.clm15900-pure.clm16200-pure.clm16300-pure.clm16800-pure.clm16801-pure.clm16900-pure.clm18300-pure.clm18400-pure.clm18600-pure.clm18800-pure.clm18900-pure.clm19000-pure.clm19100-pure.clm19200-pure.clm20600-pure.clm21500-pure.clm21600-pure.clm21700-pure.clm22000-pure.clm22001-pure.clm22400-pure.clm22700-pure.clm23200-pure.clm23400-pure.clm23700-optimized.clm23700-pure.clm23800-optimized.clm23800-pure.clm24100-pure.clm24200-pure.cl
@ -14,8 +14,8 @@
|
||||
#include M2S(INCLUDE_PATH/inc_hash_md5.cl)
|
||||
#endif
|
||||
|
||||
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
#define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
|
||||
typedef struct phpass_tmp
|
||||
{
|
||||
|
@ -14,8 +14,8 @@
|
||||
#include M2S(INCLUDE_PATH/inc_hash_md5.cl)
|
||||
#endif
|
||||
|
||||
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
#define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
|
||||
typedef struct phpass_tmp
|
||||
{
|
||||
|
@ -13,8 +13,8 @@
|
||||
#include M2S(INCLUDE_PATH/inc_hash_md5.cl)
|
||||
#endif
|
||||
|
||||
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
#define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
|
||||
typedef struct md5crypt_tmp
|
||||
{
|
||||
|
@ -13,8 +13,8 @@
|
||||
#include M2S(INCLUDE_PATH/inc_hash_md5.cl)
|
||||
#endif
|
||||
|
||||
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
#define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
|
||||
typedef struct md5crypt_tmp
|
||||
{
|
||||
|
@ -12,8 +12,8 @@
|
||||
#include M2S(INCLUDE_PATH/inc_common.cl)
|
||||
#endif
|
||||
|
||||
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single_bs.cl)
|
||||
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi_bs.cl)
|
||||
#define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single_bs.cl)
|
||||
#define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi_bs.cl)
|
||||
|
||||
#ifdef IS_NV
|
||||
#define KXX_DECL
|
||||
|
@ -11,8 +11,8 @@
|
||||
#include M2S(INCLUDE_PATH/inc_hash_md5.cl)
|
||||
#endif
|
||||
|
||||
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
#define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
|
||||
typedef struct md5crypt_tmp
|
||||
{
|
||||
|
@ -13,8 +13,8 @@
|
||||
#include M2S(INCLUDE_PATH/inc_hash_md5.cl)
|
||||
#endif
|
||||
|
||||
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
#define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
|
||||
typedef struct md5crypt_tmp
|
||||
{
|
||||
|
@ -11,8 +11,8 @@
|
||||
#include M2S(INCLUDE_PATH/inc_hash_sha512.cl)
|
||||
#endif
|
||||
|
||||
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
#define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
|
||||
#define PUTCHAR64_BE(a,p,c) ((PRIVATE_AS u8 *)(a))[(p) ^ 7] = (u8) (c)
|
||||
#define GETCHAR64_BE(a,p) ((PRIVATE_AS u8 *)(a))[(p) ^ 7]
|
||||
|
@ -11,8 +11,8 @@
|
||||
#include M2S(INCLUDE_PATH/inc_hash_sha512.cl)
|
||||
#endif
|
||||
|
||||
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
#define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
|
||||
typedef struct sha512crypt_tmp
|
||||
{
|
||||
|
@ -15,8 +15,8 @@
|
||||
#include M2S(INCLUDE_PATH/inc_hash_sha1.cl)
|
||||
#endif
|
||||
|
||||
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
#define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
|
||||
typedef struct dcc2_tmp
|
||||
{
|
||||
|
@ -27,8 +27,8 @@
|
||||
#include "inc_cipher_aes.h"
|
||||
#endif
|
||||
|
||||
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
#define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
|
||||
typedef struct wpa_eapol
|
||||
{
|
||||
|
@ -12,8 +12,8 @@
|
||||
#include M2S(INCLUDE_PATH/inc_common.cl)
|
||||
#endif
|
||||
|
||||
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single_bs.cl)
|
||||
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi_bs.cl)
|
||||
#define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single_bs.cl)
|
||||
#define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi_bs.cl)
|
||||
|
||||
#ifdef IS_NV
|
||||
#define KXX_DECL
|
||||
|
@ -10,8 +10,8 @@
|
||||
#include M2S(INCLUDE_PATH/inc_common.cl)
|
||||
#endif
|
||||
|
||||
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
#define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
|
||||
typedef struct bcrypt_tmp
|
||||
{
|
||||
|
@ -14,8 +14,8 @@
|
||||
#include M2S(INCLUDE_PATH/inc_hash_sha256.cl)
|
||||
#endif
|
||||
|
||||
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
#define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
|
||||
typedef struct pwsafe3_tmp
|
||||
{
|
||||
|
@ -11,8 +11,8 @@
|
||||
#include M2S(INCLUDE_PATH/inc_hash_sha1.cl)
|
||||
#endif
|
||||
|
||||
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
#define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
|
||||
typedef struct androidpin_tmp
|
||||
{
|
||||
|
@ -11,8 +11,8 @@
|
||||
#include M2S(INCLUDE_PATH/inc_hash_sha1.cl)
|
||||
#endif
|
||||
|
||||
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
#define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
|
||||
typedef struct androidpin_tmp
|
||||
{
|
||||
|
@ -11,8 +11,8 @@
|
||||
#include M2S(INCLUDE_PATH/inc_hash_md5.cl)
|
||||
#endif
|
||||
|
||||
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
#define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
|
||||
typedef struct md5crypt_tmp
|
||||
{
|
||||
|
@ -13,8 +13,8 @@
|
||||
#include M2S(INCLUDE_PATH/inc_hash_md5.cl)
|
||||
#endif
|
||||
|
||||
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
#define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
|
||||
typedef struct md5crypt_tmp
|
||||
{
|
||||
|
@ -14,8 +14,8 @@
|
||||
#include M2S(INCLUDE_PATH/inc_hash_sha256.cl)
|
||||
#endif
|
||||
|
||||
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
#define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
|
||||
typedef struct sha256aix_tmp
|
||||
{
|
||||
|
@ -14,8 +14,8 @@
|
||||
#include M2S(INCLUDE_PATH/inc_hash_sha512.cl)
|
||||
#endif
|
||||
|
||||
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
#define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
|
||||
typedef struct sha512aix_tmp
|
||||
{
|
||||
|
@ -15,8 +15,8 @@
|
||||
#include M2S(INCLUDE_PATH/inc_cipher_aes.cl)
|
||||
#endif
|
||||
|
||||
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
#define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
|
||||
typedef struct agilekey_tmp
|
||||
{
|
||||
|
@ -14,8 +14,8 @@
|
||||
#include M2S(INCLUDE_PATH/inc_hash_sha1.cl)
|
||||
#endif
|
||||
|
||||
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
#define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
|
||||
typedef struct sha1aix_tmp
|
||||
{
|
||||
|
@ -15,8 +15,8 @@
|
||||
#include M2S(INCLUDE_PATH/inc_cipher_aes.cl)
|
||||
#endif
|
||||
|
||||
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
#define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
|
||||
typedef struct lastpass_tmp
|
||||
{
|
||||
|
@ -14,8 +14,8 @@
|
||||
#include M2S(INCLUDE_PATH/inc_hash_sha512.cl)
|
||||
#endif
|
||||
|
||||
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
#define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
|
||||
typedef struct pbkdf2_sha512_tmp
|
||||
{
|
||||
|
@ -11,8 +11,8 @@
|
||||
#include M2S(INCLUDE_PATH/inc_hash_sha256.cl)
|
||||
#endif
|
||||
|
||||
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
#define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
|
||||
#define MIN(a,b) (((a) < (b)) ? (a) : (b))
|
||||
|
||||
|
@ -11,8 +11,8 @@
|
||||
#include M2S(INCLUDE_PATH/inc_hash_sha256.cl)
|
||||
#endif
|
||||
|
||||
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
#define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
|
||||
typedef struct sha256crypt_tmp
|
||||
{
|
||||
|
@ -11,8 +11,8 @@
|
||||
#include M2S(INCLUDE_PATH/inc_hash_sha512.cl)
|
||||
#endif
|
||||
|
||||
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
#define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
|
||||
typedef struct drupal7_tmp
|
||||
{
|
||||
|
@ -15,8 +15,8 @@
|
||||
#include M2S(INCLUDE_PATH/inc_hash_sha512.cl)
|
||||
#endif
|
||||
|
||||
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
#define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
|
||||
typedef struct pbkdf2_sha512_tmp
|
||||
{
|
||||
|
@ -11,8 +11,8 @@
|
||||
#include M2S(INCLUDE_PATH/inc_hash_sha256.cl)
|
||||
#endif
|
||||
|
||||
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
#define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
|
||||
typedef struct
|
||||
{
|
||||
|
@ -11,8 +11,8 @@
|
||||
#include M2S(INCLUDE_PATH/inc_hash_sha1.cl)
|
||||
#endif
|
||||
|
||||
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
#define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
|
||||
typedef struct pwsafe2_tmp
|
||||
{
|
||||
|
@ -14,8 +14,8 @@
|
||||
#include M2S(INCLUDE_PATH/inc_hash_sha1.cl)
|
||||
#endif
|
||||
|
||||
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
#define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
|
||||
typedef struct lotus8_tmp
|
||||
{
|
||||
|
@ -15,8 +15,8 @@
|
||||
#include M2S(INCLUDE_PATH/inc_cipher_aes.cl)
|
||||
#endif
|
||||
|
||||
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
#define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
|
||||
typedef struct office2007_tmp
|
||||
{
|
||||
|
@ -15,8 +15,8 @@
|
||||
#include M2S(INCLUDE_PATH/inc_cipher_aes.cl)
|
||||
#endif
|
||||
|
||||
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
#define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
|
||||
typedef struct office2010
|
||||
{
|
||||
|
@ -15,8 +15,8 @@
|
||||
#include M2S(INCLUDE_PATH/inc_cipher_aes.cl)
|
||||
#endif
|
||||
|
||||
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
#define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
|
||||
typedef struct office2013_tmp
|
||||
{
|
||||
|
@ -11,8 +11,8 @@
|
||||
#include M2S(INCLUDE_PATH/inc_hash_sha1.cl)
|
||||
#endif
|
||||
|
||||
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
#define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
|
||||
typedef struct saph_sha1_tmp
|
||||
{
|
||||
|
@ -12,8 +12,8 @@
|
||||
#include M2S(INCLUDE_PATH/inc_cipher_rc4.cl)
|
||||
#endif
|
||||
|
||||
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
#define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
|
||||
typedef struct pdf
|
||||
{
|
||||
|
@ -14,8 +14,8 @@
|
||||
#include M2S(INCLUDE_PATH/inc_cipher_aes.cl)
|
||||
#endif
|
||||
|
||||
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
#define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
|
||||
#if defined IS_AMD && defined IS_GPU
|
||||
#define HC_INLINE
|
||||
|
@ -14,8 +14,8 @@
|
||||
#include M2S(INCLUDE_PATH/inc_cipher_aes.cl)
|
||||
#endif
|
||||
|
||||
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
#define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
|
||||
#define PUTCHAR(a,p,c) ((PRIVATE_AS u8 *)(a))[(p)] = (u8) (c)
|
||||
#define GETCHAR(a,p) ((PRIVATE_AS u8 *)(a))[(p)]
|
||||
|
@ -14,8 +14,8 @@
|
||||
#include M2S(INCLUDE_PATH/inc_hash_sha256.cl)
|
||||
#endif
|
||||
|
||||
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
#define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
|
||||
typedef struct pbkdf2_sha256_tmp
|
||||
{
|
||||
|
@ -14,8 +14,8 @@
|
||||
#include M2S(INCLUDE_PATH/inc_hash_md5.cl)
|
||||
#endif
|
||||
|
||||
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
#define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
|
||||
typedef struct pbkdf2_md5
|
||||
{
|
||||
|
@ -14,8 +14,8 @@
|
||||
#include M2S(INCLUDE_PATH/inc_hash_sha1.cl)
|
||||
#endif
|
||||
|
||||
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
#define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
|
||||
typedef struct pbkdf2_sha1_tmp
|
||||
{
|
||||
|
@ -14,8 +14,8 @@
|
||||
#include M2S(INCLUDE_PATH/inc_hash_sha512.cl)
|
||||
#endif
|
||||
|
||||
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
#define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
|
||||
typedef struct ecryptfs_tmp
|
||||
{
|
||||
|
@ -14,8 +14,8 @@
|
||||
#include M2S(INCLUDE_PATH/inc_hash_sha512.cl)
|
||||
#endif
|
||||
|
||||
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
#define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
|
||||
typedef struct oraclet_tmp
|
||||
{
|
||||
|
@ -10,8 +10,8 @@
|
||||
#include M2S(INCLUDE_PATH/inc_common.cl)
|
||||
#endif
|
||||
|
||||
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
#define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
|
||||
typedef struct bsdicrypt_tmp
|
||||
{
|
||||
|
@ -12,8 +12,8 @@
|
||||
#include M2S(INCLUDE_PATH/inc_cipher_aes.cl)
|
||||
#endif
|
||||
|
||||
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
#define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
|
||||
#define ROUNDS 0x40000
|
||||
|
||||
|
@ -12,8 +12,8 @@
|
||||
#include M2S(INCLUDE_PATH/inc_cipher_aes.cl)
|
||||
#endif
|
||||
|
||||
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
#define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
|
||||
#define ROUNDS 0x40000
|
||||
|
||||
|
@ -15,8 +15,8 @@
|
||||
#include M2S(INCLUDE_PATH/inc_cipher_aes.cl)
|
||||
#endif
|
||||
|
||||
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
#define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
|
||||
typedef struct mywallet_tmp
|
||||
{
|
||||
|
@ -15,8 +15,8 @@
|
||||
#include M2S(INCLUDE_PATH/inc_hash_sha256.cl)
|
||||
#endif
|
||||
|
||||
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
#define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
|
||||
typedef struct pbkdf2_sha256_tmp
|
||||
{
|
||||
|
@ -14,8 +14,8 @@
|
||||
#include M2S(INCLUDE_PATH/inc_hash_sha256.cl)
|
||||
#endif
|
||||
|
||||
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
#define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
|
||||
typedef struct pbkdf2_sha256_tmp
|
||||
{
|
||||
|
@ -14,8 +14,8 @@
|
||||
#include M2S(INCLUDE_PATH/inc_hash_sha256.cl)
|
||||
#endif
|
||||
|
||||
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
#define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
|
||||
typedef struct pbkdf2_sha256_tmp
|
||||
{
|
||||
|
@ -13,8 +13,8 @@
|
||||
#include M2S(INCLUDE_PATH/inc_cipher_twofish.cl)
|
||||
#endif
|
||||
|
||||
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
#define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
|
||||
typedef struct keepass_tmp
|
||||
{
|
||||
|
@ -14,8 +14,8 @@
|
||||
#include M2S(INCLUDE_PATH/inc_hash_sha1.cl)
|
||||
#endif
|
||||
|
||||
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
#define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
|
||||
typedef struct pbkdf2_sha1_tmp
|
||||
{
|
||||
|
@ -12,8 +12,8 @@
|
||||
#include M2S(INCLUDE_PATH/inc_common.cl)
|
||||
#endif
|
||||
|
||||
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single_bs.cl)
|
||||
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi_bs.cl)
|
||||
#define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single_bs.cl)
|
||||
#define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi_bs.cl)
|
||||
|
||||
#ifdef IS_NV
|
||||
#define KXX_DECL
|
||||
|
@ -90,8 +90,8 @@ typedef struct luks_tmp
|
||||
#include M2S(INCLUDE_PATH/inc_luks_aes.cl)
|
||||
#endif
|
||||
|
||||
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
#define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
|
||||
#define MAX_ENTROPY 7.0
|
||||
|
||||
|
@ -90,8 +90,8 @@ typedef struct luks_tmp
|
||||
#include M2S(INCLUDE_PATH/inc_luks_serpent.cl)
|
||||
#endif
|
||||
|
||||
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
#define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
|
||||
#define MAX_ENTROPY 7.0
|
||||
|
||||
|
@ -90,8 +90,8 @@ typedef struct luks_tmp
|
||||
#include M2S(INCLUDE_PATH/inc_luks_twofish.cl)
|
||||
#endif
|
||||
|
||||
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
#define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
|
||||
#define MAX_ENTROPY 7.0
|
||||
|
||||
|
@ -90,8 +90,8 @@ typedef struct luks_tmp
|
||||
#include M2S(INCLUDE_PATH/inc_luks_aes.cl)
|
||||
#endif
|
||||
|
||||
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
#define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
|
||||
#define MAX_ENTROPY 7.0
|
||||
|
||||
|
@ -90,8 +90,8 @@ typedef struct luks_tmp
|
||||
#include M2S(INCLUDE_PATH/inc_luks_serpent.cl)
|
||||
#endif
|
||||
|
||||
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
#define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
|
||||
#define MAX_ENTROPY 7.0
|
||||
|
||||
|
@ -90,8 +90,8 @@ typedef struct luks_tmp
|
||||
#include M2S(INCLUDE_PATH/inc_luks_twofish.cl)
|
||||
#endif
|
||||
|
||||
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
#define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
|
||||
#define MAX_ENTROPY 7.0
|
||||
|
||||
|
@ -90,8 +90,8 @@ typedef struct luks_tmp
|
||||
#include M2S(INCLUDE_PATH/inc_luks_aes.cl)
|
||||
#endif
|
||||
|
||||
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
#define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
|
||||
#define MAX_ENTROPY 7.0
|
||||
|
||||
|
@ -90,8 +90,8 @@ typedef struct luks_tmp
|
||||
#include M2S(INCLUDE_PATH/inc_luks_serpent.cl)
|
||||
#endif
|
||||
|
||||
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
#define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
|
||||
#define MAX_ENTROPY 7.0
|
||||
|
||||
|
@ -90,8 +90,8 @@ typedef struct luks_tmp
|
||||
#include M2S(INCLUDE_PATH/inc_luks_twofish.cl)
|
||||
#endif
|
||||
|
||||
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
#define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
|
||||
#define MAX_ENTROPY 7.0
|
||||
|
||||
|
@ -90,8 +90,8 @@ typedef struct luks_tmp
|
||||
#include M2S(INCLUDE_PATH/inc_luks_aes.cl)
|
||||
#endif
|
||||
|
||||
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
#define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
|
||||
#define MAX_ENTROPY 7.0
|
||||
|
||||
|
@ -90,8 +90,8 @@ typedef struct luks_tmp
|
||||
#include M2S(INCLUDE_PATH/inc_luks_serpent.cl)
|
||||
#endif
|
||||
|
||||
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
#define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
|
||||
#define MAX_ENTROPY 7.0
|
||||
|
||||
|
@ -90,8 +90,8 @@ typedef struct luks_tmp
|
||||
#include M2S(INCLUDE_PATH/inc_luks_twofish.cl)
|
||||
#endif
|
||||
|
||||
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
#define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
|
||||
#define MAX_ENTROPY 7.0
|
||||
|
||||
|
@ -15,8 +15,8 @@
|
||||
#include M2S(INCLUDE_PATH/inc_cipher_aes.cl)
|
||||
#endif
|
||||
|
||||
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
#define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
|
||||
typedef struct itunes_backup
|
||||
{
|
||||
|
@ -14,8 +14,8 @@
|
||||
#include M2S(INCLUDE_PATH/inc_hash_sha1.cl)
|
||||
#endif
|
||||
|
||||
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
#define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
|
||||
typedef struct pbkdf1_sha1_tmp
|
||||
{
|
||||
|
@ -16,8 +16,8 @@
|
||||
#include M2S(INCLUDE_PATH/inc_cipher_des.cl)
|
||||
#endif
|
||||
|
||||
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
#define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
|
||||
typedef struct dpapimk
|
||||
{
|
||||
|
@ -31,8 +31,8 @@ typedef struct ethereum_pbkdf2
|
||||
|
||||
} ethereum_pbkdf2_t;
|
||||
|
||||
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
#define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
|
||||
CONSTANT_VK u64a keccakf_rndc[24] =
|
||||
{
|
||||
|
@ -11,8 +11,8 @@
|
||||
#include M2S(INCLUDE_PATH/inc_hash_sha256.cl)
|
||||
#endif
|
||||
|
||||
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
#define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
|
||||
typedef struct
|
||||
{
|
||||
|
@ -17,8 +17,8 @@
|
||||
#include M2S(INCLUDE_PATH/inc_cipher_aes.cl)
|
||||
#endif
|
||||
|
||||
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
#define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
|
||||
typedef struct dpapimk_tmp_v2
|
||||
{
|
||||
|
@ -15,8 +15,8 @@
|
||||
#include M2S(INCLUDE_PATH/inc_cipher_aes.cl)
|
||||
#endif
|
||||
|
||||
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
#define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
|
||||
typedef struct apple_secure_notes_tmp
|
||||
{
|
||||
|
@ -15,8 +15,8 @@
|
||||
#include M2S(INCLUDE_PATH/inc_cipher_aes.cl)
|
||||
#endif
|
||||
|
||||
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
#define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
|
||||
typedef struct ethereum_presale
|
||||
{
|
||||
|
@ -21,8 +21,8 @@
|
||||
#include "inc_hash_sha1.h"
|
||||
#endif
|
||||
|
||||
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
#define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
|
||||
typedef struct wpa_pbkdf2_tmp
|
||||
{
|
||||
|
@ -21,8 +21,8 @@
|
||||
#include "inc_hash_sha1.h"
|
||||
#endif
|
||||
|
||||
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
#define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
|
||||
typedef struct wpa_pmk_tmp
|
||||
{
|
||||
|
@ -14,8 +14,8 @@
|
||||
#include M2S(INCLUDE_PATH/inc_hash_sha256.cl)
|
||||
#endif
|
||||
|
||||
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
#define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
|
||||
typedef struct pbkdf2_sha256_tmp
|
||||
{
|
||||
|
@ -15,8 +15,8 @@
|
||||
#include M2S(INCLUDE_PATH/inc_cipher_aes.cl)
|
||||
#endif
|
||||
|
||||
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
#define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
|
||||
typedef struct apple_secure_notes_tmp
|
||||
{
|
||||
|
@ -16,8 +16,8 @@
|
||||
#include M2S(INCLUDE_PATH/inc_cipher_aes.cl)
|
||||
#endif
|
||||
|
||||
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
#define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
|
||||
typedef struct odf12_tmp
|
||||
{
|
||||
|
@ -14,8 +14,8 @@
|
||||
#include M2S(INCLUDE_PATH/inc_hash_sha1.cl)
|
||||
#endif
|
||||
|
||||
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
#define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
|
||||
typedef struct odf11_tmp
|
||||
{
|
||||
|
@ -14,8 +14,8 @@
|
||||
#include M2S(INCLUDE_PATH/inc_hash_sha256.cl)
|
||||
#endif
|
||||
|
||||
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
#define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
|
||||
typedef struct bsp_tmp
|
||||
{
|
||||
|
@ -15,8 +15,8 @@
|
||||
#include M2S(INCLUDE_PATH/inc_cipher_aes.cl)
|
||||
#endif
|
||||
|
||||
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
#define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
|
||||
typedef struct android_backup_tmp
|
||||
{
|
||||
|
@ -14,8 +14,8 @@
|
||||
#include M2S(INCLUDE_PATH/inc_hash_md5.cl)
|
||||
#endif
|
||||
|
||||
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
#define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
|
||||
typedef struct qnx_md5_tmp
|
||||
{
|
||||
|
@ -14,8 +14,8 @@
|
||||
#include M2S(INCLUDE_PATH/inc_hash_sha256.cl)
|
||||
#endif
|
||||
|
||||
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
#define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
|
||||
typedef struct qnx_sha256_tmp
|
||||
{
|
||||
|
@ -14,8 +14,8 @@
|
||||
#include M2S(INCLUDE_PATH/inc_hash_sha512.cl)
|
||||
#endif
|
||||
|
||||
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
#define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
|
||||
typedef struct qnx_sha512_tmp
|
||||
{
|
||||
|
@ -16,8 +16,8 @@
|
||||
#include M2S(INCLUDE_PATH/inc_hash_sha256.cl)
|
||||
#endif
|
||||
|
||||
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
#define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
|
||||
typedef struct omt_sha256_tmp
|
||||
{
|
||||
|
@ -15,8 +15,8 @@
|
||||
#include M2S(INCLUDE_PATH/inc_hash_sha512.cl)
|
||||
#endif
|
||||
|
||||
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
#define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
|
||||
typedef struct solarwinds_tmp
|
||||
{
|
||||
|
@ -14,8 +14,8 @@
|
||||
#include M2S(INCLUDE_PATH/inc_hash_sha512.cl)
|
||||
#endif
|
||||
|
||||
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
#define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
|
||||
typedef struct web2py_sha512_tmp
|
||||
{
|
||||
|
@ -16,7 +16,7 @@
|
||||
#include M2S(INCLUDE_PATH/inc_ecc_secp256k1.cl)
|
||||
#endif
|
||||
|
||||
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
#define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
|
||||
typedef struct electrum
|
||||
{
|
||||
|
@ -27,8 +27,8 @@
|
||||
#include "inc_cipher_aes.h"
|
||||
#endif
|
||||
|
||||
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
#define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
|
||||
typedef struct wpa_pbkdf2_tmp
|
||||
{
|
||||
|
@ -27,8 +27,8 @@
|
||||
#include "inc_cipher_aes.h"
|
||||
#endif
|
||||
|
||||
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
#define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
|
||||
typedef struct wpa_pmk_tmp
|
||||
{
|
||||
|
@ -14,8 +14,8 @@
|
||||
#include M2S(INCLUDE_PATH/inc_hash_sha256.cl)
|
||||
#endif
|
||||
|
||||
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
#define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
|
||||
typedef struct aescrypt
|
||||
{
|
||||
|
@ -12,8 +12,8 @@
|
||||
#include M2S(INCLUDE_PATH/inc_cipher_aes.cl)
|
||||
#endif
|
||||
|
||||
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
#define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
|
||||
// fixed MultiBit salt (not a bug)
|
||||
|
||||
|
@ -14,8 +14,8 @@
|
||||
#include M2S(INCLUDE_PATH/inc_hash_sha1.cl)
|
||||
#endif
|
||||
|
||||
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
#define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
|
||||
typedef struct xmpp_tmp
|
||||
{
|
||||
|
@ -14,8 +14,8 @@
|
||||
#include M2S(INCLUDE_PATH/inc_hash_sha256.cl)
|
||||
#endif
|
||||
|
||||
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
#define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
|
||||
typedef struct bitwarden_tmp
|
||||
{
|
||||
|
@ -12,8 +12,8 @@
|
||||
#include M2S(INCLUDE_PATH/inc_cipher_aes.cl)
|
||||
#endif
|
||||
|
||||
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
#define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
|
||||
#define ROUNDS 0x40000
|
||||
|
||||
|
@ -12,8 +12,8 @@
|
||||
#include M2S(INCLUDE_PATH/inc_cipher_aes.cl)
|
||||
#endif
|
||||
|
||||
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
#define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
|
||||
#define ROUNDS 0x40000
|
||||
|
||||
|
@ -12,8 +12,8 @@
|
||||
#include M2S(INCLUDE_PATH/inc_cipher_aes.cl)
|
||||
#endif
|
||||
|
||||
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
#define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
|
||||
#define ROUNDS 0x40000
|
||||
|
||||
|
@ -12,8 +12,8 @@
|
||||
#include M2S(INCLUDE_PATH/inc_cipher_aes.cl)
|
||||
#endif
|
||||
|
||||
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
#define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
|
||||
#define ROUNDS 0x40000
|
||||
|
||||
|
@ -15,8 +15,8 @@
|
||||
#include M2S(INCLUDE_PATH/inc_hash_sha1.cl)
|
||||
#endif
|
||||
|
||||
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
#define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
|
||||
typedef struct mongodb_sha1_tmp
|
||||
{
|
||||
|
@ -14,8 +14,8 @@
|
||||
#include M2S(INCLUDE_PATH/inc_hash_sha256.cl)
|
||||
#endif
|
||||
|
||||
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
#define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
|
||||
#define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
|
||||
|
||||
typedef struct mongodb_sha256_tmp
|
||||
{
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user