Merge pull request #3159 from matrix/missing_STR_M2S_replacement

Rename STR() to M2S(), part 2
pull/3161/head
Jens Steube 2 years ago committed by GitHub
commit ac19970276
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -14,8 +14,8 @@
#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #include M2S(INCLUDE_PATH/inc_hash_md5.cl)
#endif #endif
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) #define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl) #define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
typedef struct phpass_tmp typedef struct phpass_tmp
{ {

@ -14,8 +14,8 @@
#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #include M2S(INCLUDE_PATH/inc_hash_md5.cl)
#endif #endif
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) #define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl) #define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
typedef struct phpass_tmp typedef struct phpass_tmp
{ {

@ -13,8 +13,8 @@
#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #include M2S(INCLUDE_PATH/inc_hash_md5.cl)
#endif #endif
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) #define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl) #define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
typedef struct md5crypt_tmp typedef struct md5crypt_tmp
{ {

@ -13,8 +13,8 @@
#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #include M2S(INCLUDE_PATH/inc_hash_md5.cl)
#endif #endif
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) #define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl) #define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
typedef struct md5crypt_tmp typedef struct md5crypt_tmp
{ {

@ -12,8 +12,8 @@
#include M2S(INCLUDE_PATH/inc_common.cl) #include M2S(INCLUDE_PATH/inc_common.cl)
#endif #endif
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single_bs.cl) #define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single_bs.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi_bs.cl) #define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi_bs.cl)
#ifdef IS_NV #ifdef IS_NV
#define KXX_DECL #define KXX_DECL

@ -11,8 +11,8 @@
#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #include M2S(INCLUDE_PATH/inc_hash_md5.cl)
#endif #endif
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) #define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl) #define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
typedef struct md5crypt_tmp typedef struct md5crypt_tmp
{ {

@ -13,8 +13,8 @@
#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #include M2S(INCLUDE_PATH/inc_hash_md5.cl)
#endif #endif
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) #define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl) #define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
typedef struct md5crypt_tmp typedef struct md5crypt_tmp
{ {

@ -11,8 +11,8 @@
#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) #include M2S(INCLUDE_PATH/inc_hash_sha512.cl)
#endif #endif
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) #define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.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 PUTCHAR64_BE(a,p,c) ((PRIVATE_AS u8 *)(a))[(p) ^ 7] = (u8) (c)
#define GETCHAR64_BE(a,p) ((PRIVATE_AS u8 *)(a))[(p) ^ 7] #define GETCHAR64_BE(a,p) ((PRIVATE_AS u8 *)(a))[(p) ^ 7]

@ -11,8 +11,8 @@
#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) #include M2S(INCLUDE_PATH/inc_hash_sha512.cl)
#endif #endif
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) #define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl) #define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
typedef struct sha512crypt_tmp typedef struct sha512crypt_tmp
{ {

@ -15,8 +15,8 @@
#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #include M2S(INCLUDE_PATH/inc_hash_sha1.cl)
#endif #endif
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) #define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl) #define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
typedef struct dcc2_tmp typedef struct dcc2_tmp
{ {

@ -27,8 +27,8 @@
#include "inc_cipher_aes.h" #include "inc_cipher_aes.h"
#endif #endif
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) #define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl) #define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
typedef struct wpa_eapol typedef struct wpa_eapol
{ {

@ -12,8 +12,8 @@
#include M2S(INCLUDE_PATH/inc_common.cl) #include M2S(INCLUDE_PATH/inc_common.cl)
#endif #endif
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single_bs.cl) #define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single_bs.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi_bs.cl) #define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi_bs.cl)
#ifdef IS_NV #ifdef IS_NV
#define KXX_DECL #define KXX_DECL

@ -10,8 +10,8 @@
#include M2S(INCLUDE_PATH/inc_common.cl) #include M2S(INCLUDE_PATH/inc_common.cl)
#endif #endif
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) #define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl) #define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
typedef struct bcrypt_tmp typedef struct bcrypt_tmp
{ {

@ -14,8 +14,8 @@
#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #include M2S(INCLUDE_PATH/inc_hash_sha256.cl)
#endif #endif
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) #define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl) #define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
typedef struct pwsafe3_tmp typedef struct pwsafe3_tmp
{ {

@ -11,8 +11,8 @@
#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #include M2S(INCLUDE_PATH/inc_hash_sha1.cl)
#endif #endif
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) #define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl) #define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
typedef struct androidpin_tmp typedef struct androidpin_tmp
{ {

@ -11,8 +11,8 @@
#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #include M2S(INCLUDE_PATH/inc_hash_sha1.cl)
#endif #endif
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) #define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl) #define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
typedef struct androidpin_tmp typedef struct androidpin_tmp
{ {

@ -11,8 +11,8 @@
#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #include M2S(INCLUDE_PATH/inc_hash_md5.cl)
#endif #endif
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) #define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl) #define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
typedef struct md5crypt_tmp typedef struct md5crypt_tmp
{ {

@ -13,8 +13,8 @@
#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #include M2S(INCLUDE_PATH/inc_hash_md5.cl)
#endif #endif
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) #define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl) #define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
typedef struct md5crypt_tmp typedef struct md5crypt_tmp
{ {

@ -14,8 +14,8 @@
#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #include M2S(INCLUDE_PATH/inc_hash_sha256.cl)
#endif #endif
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) #define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl) #define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
typedef struct sha256aix_tmp typedef struct sha256aix_tmp
{ {

@ -14,8 +14,8 @@
#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) #include M2S(INCLUDE_PATH/inc_hash_sha512.cl)
#endif #endif
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) #define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl) #define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
typedef struct sha512aix_tmp typedef struct sha512aix_tmp
{ {

@ -15,8 +15,8 @@
#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #include M2S(INCLUDE_PATH/inc_cipher_aes.cl)
#endif #endif
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) #define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl) #define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
typedef struct agilekey_tmp typedef struct agilekey_tmp
{ {

@ -14,8 +14,8 @@
#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #include M2S(INCLUDE_PATH/inc_hash_sha1.cl)
#endif #endif
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) #define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl) #define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
typedef struct sha1aix_tmp typedef struct sha1aix_tmp
{ {

@ -15,8 +15,8 @@
#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #include M2S(INCLUDE_PATH/inc_cipher_aes.cl)
#endif #endif
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) #define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl) #define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
typedef struct lastpass_tmp typedef struct lastpass_tmp
{ {

@ -14,8 +14,8 @@
#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) #include M2S(INCLUDE_PATH/inc_hash_sha512.cl)
#endif #endif
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) #define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl) #define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
typedef struct pbkdf2_sha512_tmp typedef struct pbkdf2_sha512_tmp
{ {

@ -11,8 +11,8 @@
#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #include M2S(INCLUDE_PATH/inc_hash_sha256.cl)
#endif #endif
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) #define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl) #define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
#define MIN(a,b) (((a) < (b)) ? (a) : (b)) #define MIN(a,b) (((a) < (b)) ? (a) : (b))

@ -11,8 +11,8 @@
#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #include M2S(INCLUDE_PATH/inc_hash_sha256.cl)
#endif #endif
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) #define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl) #define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
typedef struct sha256crypt_tmp typedef struct sha256crypt_tmp
{ {

@ -11,8 +11,8 @@
#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) #include M2S(INCLUDE_PATH/inc_hash_sha512.cl)
#endif #endif
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) #define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl) #define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
typedef struct drupal7_tmp typedef struct drupal7_tmp
{ {

@ -15,8 +15,8 @@
#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) #include M2S(INCLUDE_PATH/inc_hash_sha512.cl)
#endif #endif
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) #define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl) #define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
typedef struct pbkdf2_sha512_tmp typedef struct pbkdf2_sha512_tmp
{ {

@ -11,8 +11,8 @@
#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #include M2S(INCLUDE_PATH/inc_hash_sha256.cl)
#endif #endif
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) #define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl) #define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
typedef struct typedef struct
{ {

@ -11,8 +11,8 @@
#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #include M2S(INCLUDE_PATH/inc_hash_sha1.cl)
#endif #endif
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) #define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl) #define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
typedef struct pwsafe2_tmp typedef struct pwsafe2_tmp
{ {

@ -14,8 +14,8 @@
#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #include M2S(INCLUDE_PATH/inc_hash_sha1.cl)
#endif #endif
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) #define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl) #define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
typedef struct lotus8_tmp typedef struct lotus8_tmp
{ {

@ -15,8 +15,8 @@
#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #include M2S(INCLUDE_PATH/inc_cipher_aes.cl)
#endif #endif
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) #define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl) #define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
typedef struct office2007_tmp typedef struct office2007_tmp
{ {

@ -15,8 +15,8 @@
#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #include M2S(INCLUDE_PATH/inc_cipher_aes.cl)
#endif #endif
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) #define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl) #define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
typedef struct office2010 typedef struct office2010
{ {

@ -15,8 +15,8 @@
#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #include M2S(INCLUDE_PATH/inc_cipher_aes.cl)
#endif #endif
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) #define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl) #define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
typedef struct office2013_tmp typedef struct office2013_tmp
{ {

@ -11,8 +11,8 @@
#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #include M2S(INCLUDE_PATH/inc_hash_sha1.cl)
#endif #endif
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) #define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl) #define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
typedef struct saph_sha1_tmp typedef struct saph_sha1_tmp
{ {

@ -12,8 +12,8 @@
#include M2S(INCLUDE_PATH/inc_cipher_rc4.cl) #include M2S(INCLUDE_PATH/inc_cipher_rc4.cl)
#endif #endif
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) #define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl) #define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
typedef struct pdf typedef struct pdf
{ {

@ -14,8 +14,8 @@
#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #include M2S(INCLUDE_PATH/inc_cipher_aes.cl)
#endif #endif
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) #define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl) #define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
#if defined IS_AMD && defined IS_GPU #if defined IS_AMD && defined IS_GPU
#define HC_INLINE #define HC_INLINE

@ -14,8 +14,8 @@
#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #include M2S(INCLUDE_PATH/inc_cipher_aes.cl)
#endif #endif
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) #define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl) #define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
#define PUTCHAR(a,p,c) ((PRIVATE_AS u8 *)(a))[(p)] = (u8) (c) #define PUTCHAR(a,p,c) ((PRIVATE_AS u8 *)(a))[(p)] = (u8) (c)
#define GETCHAR(a,p) ((PRIVATE_AS u8 *)(a))[(p)] #define GETCHAR(a,p) ((PRIVATE_AS u8 *)(a))[(p)]

@ -14,8 +14,8 @@
#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #include M2S(INCLUDE_PATH/inc_hash_sha256.cl)
#endif #endif
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) #define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl) #define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
typedef struct pbkdf2_sha256_tmp typedef struct pbkdf2_sha256_tmp
{ {

@ -14,8 +14,8 @@
#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #include M2S(INCLUDE_PATH/inc_hash_md5.cl)
#endif #endif
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) #define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl) #define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
typedef struct pbkdf2_md5 typedef struct pbkdf2_md5
{ {

@ -14,8 +14,8 @@
#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #include M2S(INCLUDE_PATH/inc_hash_sha1.cl)
#endif #endif
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) #define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl) #define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
typedef struct pbkdf2_sha1_tmp typedef struct pbkdf2_sha1_tmp
{ {

@ -14,8 +14,8 @@
#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) #include M2S(INCLUDE_PATH/inc_hash_sha512.cl)
#endif #endif
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) #define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl) #define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
typedef struct ecryptfs_tmp typedef struct ecryptfs_tmp
{ {

@ -14,8 +14,8 @@
#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) #include M2S(INCLUDE_PATH/inc_hash_sha512.cl)
#endif #endif
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) #define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl) #define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
typedef struct oraclet_tmp typedef struct oraclet_tmp
{ {

@ -10,8 +10,8 @@
#include M2S(INCLUDE_PATH/inc_common.cl) #include M2S(INCLUDE_PATH/inc_common.cl)
#endif #endif
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) #define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl) #define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
typedef struct bsdicrypt_tmp typedef struct bsdicrypt_tmp
{ {

@ -12,8 +12,8 @@
#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #include M2S(INCLUDE_PATH/inc_cipher_aes.cl)
#endif #endif
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) #define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl) #define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
#define ROUNDS 0x40000 #define ROUNDS 0x40000

@ -12,8 +12,8 @@
#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #include M2S(INCLUDE_PATH/inc_cipher_aes.cl)
#endif #endif
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) #define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl) #define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
#define ROUNDS 0x40000 #define ROUNDS 0x40000

@ -15,8 +15,8 @@
#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #include M2S(INCLUDE_PATH/inc_cipher_aes.cl)
#endif #endif
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) #define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl) #define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
typedef struct mywallet_tmp typedef struct mywallet_tmp
{ {

@ -15,8 +15,8 @@
#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #include M2S(INCLUDE_PATH/inc_hash_sha256.cl)
#endif #endif
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) #define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl) #define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
typedef struct pbkdf2_sha256_tmp typedef struct pbkdf2_sha256_tmp
{ {

@ -14,8 +14,8 @@
#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #include M2S(INCLUDE_PATH/inc_hash_sha256.cl)
#endif #endif
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) #define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl) #define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
typedef struct pbkdf2_sha256_tmp typedef struct pbkdf2_sha256_tmp
{ {

@ -14,8 +14,8 @@
#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #include M2S(INCLUDE_PATH/inc_hash_sha256.cl)
#endif #endif
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) #define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl) #define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
typedef struct pbkdf2_sha256_tmp typedef struct pbkdf2_sha256_tmp
{ {

@ -13,8 +13,8 @@
#include M2S(INCLUDE_PATH/inc_cipher_twofish.cl) #include M2S(INCLUDE_PATH/inc_cipher_twofish.cl)
#endif #endif
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) #define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl) #define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
typedef struct keepass_tmp typedef struct keepass_tmp
{ {

@ -14,8 +14,8 @@
#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #include M2S(INCLUDE_PATH/inc_hash_sha1.cl)
#endif #endif
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) #define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl) #define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
typedef struct pbkdf2_sha1_tmp typedef struct pbkdf2_sha1_tmp
{ {

@ -12,8 +12,8 @@
#include M2S(INCLUDE_PATH/inc_common.cl) #include M2S(INCLUDE_PATH/inc_common.cl)
#endif #endif
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single_bs.cl) #define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single_bs.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi_bs.cl) #define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi_bs.cl)
#ifdef IS_NV #ifdef IS_NV
#define KXX_DECL #define KXX_DECL

@ -90,8 +90,8 @@ typedef struct luks_tmp
#include M2S(INCLUDE_PATH/inc_luks_aes.cl) #include M2S(INCLUDE_PATH/inc_luks_aes.cl)
#endif #endif
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) #define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl) #define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
#define MAX_ENTROPY 7.0 #define MAX_ENTROPY 7.0

@ -90,8 +90,8 @@ typedef struct luks_tmp
#include M2S(INCLUDE_PATH/inc_luks_serpent.cl) #include M2S(INCLUDE_PATH/inc_luks_serpent.cl)
#endif #endif
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) #define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl) #define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
#define MAX_ENTROPY 7.0 #define MAX_ENTROPY 7.0

@ -90,8 +90,8 @@ typedef struct luks_tmp
#include M2S(INCLUDE_PATH/inc_luks_twofish.cl) #include M2S(INCLUDE_PATH/inc_luks_twofish.cl)
#endif #endif
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) #define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl) #define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
#define MAX_ENTROPY 7.0 #define MAX_ENTROPY 7.0

@ -90,8 +90,8 @@ typedef struct luks_tmp
#include M2S(INCLUDE_PATH/inc_luks_aes.cl) #include M2S(INCLUDE_PATH/inc_luks_aes.cl)
#endif #endif
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) #define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl) #define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
#define MAX_ENTROPY 7.0 #define MAX_ENTROPY 7.0

@ -90,8 +90,8 @@ typedef struct luks_tmp
#include M2S(INCLUDE_PATH/inc_luks_serpent.cl) #include M2S(INCLUDE_PATH/inc_luks_serpent.cl)
#endif #endif
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) #define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl) #define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
#define MAX_ENTROPY 7.0 #define MAX_ENTROPY 7.0

@ -90,8 +90,8 @@ typedef struct luks_tmp
#include M2S(INCLUDE_PATH/inc_luks_twofish.cl) #include M2S(INCLUDE_PATH/inc_luks_twofish.cl)
#endif #endif
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) #define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl) #define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
#define MAX_ENTROPY 7.0 #define MAX_ENTROPY 7.0

@ -90,8 +90,8 @@ typedef struct luks_tmp
#include M2S(INCLUDE_PATH/inc_luks_aes.cl) #include M2S(INCLUDE_PATH/inc_luks_aes.cl)
#endif #endif
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) #define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl) #define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
#define MAX_ENTROPY 7.0 #define MAX_ENTROPY 7.0

@ -90,8 +90,8 @@ typedef struct luks_tmp
#include M2S(INCLUDE_PATH/inc_luks_serpent.cl) #include M2S(INCLUDE_PATH/inc_luks_serpent.cl)
#endif #endif
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) #define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl) #define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
#define MAX_ENTROPY 7.0 #define MAX_ENTROPY 7.0

@ -90,8 +90,8 @@ typedef struct luks_tmp
#include M2S(INCLUDE_PATH/inc_luks_twofish.cl) #include M2S(INCLUDE_PATH/inc_luks_twofish.cl)
#endif #endif
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) #define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl) #define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
#define MAX_ENTROPY 7.0 #define MAX_ENTROPY 7.0

@ -90,8 +90,8 @@ typedef struct luks_tmp
#include M2S(INCLUDE_PATH/inc_luks_aes.cl) #include M2S(INCLUDE_PATH/inc_luks_aes.cl)
#endif #endif
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) #define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl) #define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
#define MAX_ENTROPY 7.0 #define MAX_ENTROPY 7.0

@ -90,8 +90,8 @@ typedef struct luks_tmp
#include M2S(INCLUDE_PATH/inc_luks_serpent.cl) #include M2S(INCLUDE_PATH/inc_luks_serpent.cl)
#endif #endif
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) #define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl) #define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
#define MAX_ENTROPY 7.0 #define MAX_ENTROPY 7.0

@ -90,8 +90,8 @@ typedef struct luks_tmp
#include M2S(INCLUDE_PATH/inc_luks_twofish.cl) #include M2S(INCLUDE_PATH/inc_luks_twofish.cl)
#endif #endif
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) #define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl) #define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
#define MAX_ENTROPY 7.0 #define MAX_ENTROPY 7.0

@ -15,8 +15,8 @@
#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #include M2S(INCLUDE_PATH/inc_cipher_aes.cl)
#endif #endif
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) #define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl) #define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
typedef struct itunes_backup typedef struct itunes_backup
{ {

@ -14,8 +14,8 @@
#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #include M2S(INCLUDE_PATH/inc_hash_sha1.cl)
#endif #endif
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) #define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl) #define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
typedef struct pbkdf1_sha1_tmp typedef struct pbkdf1_sha1_tmp
{ {

@ -16,8 +16,8 @@
#include M2S(INCLUDE_PATH/inc_cipher_des.cl) #include M2S(INCLUDE_PATH/inc_cipher_des.cl)
#endif #endif
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) #define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl) #define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
typedef struct dpapimk typedef struct dpapimk
{ {

@ -31,8 +31,8 @@ typedef struct ethereum_pbkdf2
} ethereum_pbkdf2_t; } ethereum_pbkdf2_t;
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) #define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl) #define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
CONSTANT_VK u64a keccakf_rndc[24] = CONSTANT_VK u64a keccakf_rndc[24] =
{ {

@ -11,8 +11,8 @@
#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #include M2S(INCLUDE_PATH/inc_hash_sha256.cl)
#endif #endif
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) #define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl) #define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
typedef struct typedef struct
{ {

@ -17,8 +17,8 @@
#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #include M2S(INCLUDE_PATH/inc_cipher_aes.cl)
#endif #endif
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) #define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl) #define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
typedef struct dpapimk_tmp_v2 typedef struct dpapimk_tmp_v2
{ {

@ -15,8 +15,8 @@
#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #include M2S(INCLUDE_PATH/inc_cipher_aes.cl)
#endif #endif
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) #define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl) #define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
typedef struct apple_secure_notes_tmp typedef struct apple_secure_notes_tmp
{ {

@ -15,8 +15,8 @@
#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #include M2S(INCLUDE_PATH/inc_cipher_aes.cl)
#endif #endif
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) #define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl) #define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
typedef struct ethereum_presale typedef struct ethereum_presale
{ {

@ -21,8 +21,8 @@
#include "inc_hash_sha1.h" #include "inc_hash_sha1.h"
#endif #endif
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) #define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl) #define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
typedef struct wpa_pbkdf2_tmp typedef struct wpa_pbkdf2_tmp
{ {

@ -21,8 +21,8 @@
#include "inc_hash_sha1.h" #include "inc_hash_sha1.h"
#endif #endif
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) #define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl) #define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
typedef struct wpa_pmk_tmp typedef struct wpa_pmk_tmp
{ {

@ -14,8 +14,8 @@
#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #include M2S(INCLUDE_PATH/inc_hash_sha256.cl)
#endif #endif
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) #define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl) #define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
typedef struct pbkdf2_sha256_tmp typedef struct pbkdf2_sha256_tmp
{ {

@ -15,8 +15,8 @@
#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #include M2S(INCLUDE_PATH/inc_cipher_aes.cl)
#endif #endif
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) #define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl) #define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
typedef struct apple_secure_notes_tmp typedef struct apple_secure_notes_tmp
{ {

@ -16,8 +16,8 @@
#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #include M2S(INCLUDE_PATH/inc_cipher_aes.cl)
#endif #endif
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) #define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl) #define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
typedef struct odf12_tmp typedef struct odf12_tmp
{ {

@ -14,8 +14,8 @@
#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #include M2S(INCLUDE_PATH/inc_hash_sha1.cl)
#endif #endif
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) #define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl) #define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
typedef struct odf11_tmp typedef struct odf11_tmp
{ {

@ -14,8 +14,8 @@
#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #include M2S(INCLUDE_PATH/inc_hash_sha256.cl)
#endif #endif
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) #define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl) #define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
typedef struct bsp_tmp typedef struct bsp_tmp
{ {

@ -15,8 +15,8 @@
#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #include M2S(INCLUDE_PATH/inc_cipher_aes.cl)
#endif #endif
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) #define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl) #define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
typedef struct android_backup_tmp typedef struct android_backup_tmp
{ {

@ -14,8 +14,8 @@
#include M2S(INCLUDE_PATH/inc_hash_md5.cl) #include M2S(INCLUDE_PATH/inc_hash_md5.cl)
#endif #endif
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) #define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl) #define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
typedef struct qnx_md5_tmp typedef struct qnx_md5_tmp
{ {

@ -14,8 +14,8 @@
#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #include M2S(INCLUDE_PATH/inc_hash_sha256.cl)
#endif #endif
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) #define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl) #define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
typedef struct qnx_sha256_tmp typedef struct qnx_sha256_tmp
{ {

@ -14,8 +14,8 @@
#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) #include M2S(INCLUDE_PATH/inc_hash_sha512.cl)
#endif #endif
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) #define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl) #define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
typedef struct qnx_sha512_tmp typedef struct qnx_sha512_tmp
{ {

@ -16,8 +16,8 @@
#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #include M2S(INCLUDE_PATH/inc_hash_sha256.cl)
#endif #endif
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) #define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl) #define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
typedef struct omt_sha256_tmp typedef struct omt_sha256_tmp
{ {

@ -15,8 +15,8 @@
#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) #include M2S(INCLUDE_PATH/inc_hash_sha512.cl)
#endif #endif
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) #define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl) #define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
typedef struct solarwinds_tmp typedef struct solarwinds_tmp
{ {

@ -14,8 +14,8 @@
#include M2S(INCLUDE_PATH/inc_hash_sha512.cl) #include M2S(INCLUDE_PATH/inc_hash_sha512.cl)
#endif #endif
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) #define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl) #define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
typedef struct web2py_sha512_tmp typedef struct web2py_sha512_tmp
{ {

@ -16,7 +16,7 @@
#include M2S(INCLUDE_PATH/inc_ecc_secp256k1.cl) #include M2S(INCLUDE_PATH/inc_ecc_secp256k1.cl)
#endif #endif
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl) #define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
typedef struct electrum typedef struct electrum
{ {

@ -27,8 +27,8 @@
#include "inc_cipher_aes.h" #include "inc_cipher_aes.h"
#endif #endif
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) #define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl) #define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
typedef struct wpa_pbkdf2_tmp typedef struct wpa_pbkdf2_tmp
{ {

@ -27,8 +27,8 @@
#include "inc_cipher_aes.h" #include "inc_cipher_aes.h"
#endif #endif
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) #define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl) #define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
typedef struct wpa_pmk_tmp typedef struct wpa_pmk_tmp
{ {

@ -14,8 +14,8 @@
#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #include M2S(INCLUDE_PATH/inc_hash_sha256.cl)
#endif #endif
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) #define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl) #define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
typedef struct aescrypt typedef struct aescrypt
{ {

@ -12,8 +12,8 @@
#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #include M2S(INCLUDE_PATH/inc_cipher_aes.cl)
#endif #endif
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) #define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl) #define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
// fixed MultiBit salt (not a bug) // fixed MultiBit salt (not a bug)

@ -14,8 +14,8 @@
#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #include M2S(INCLUDE_PATH/inc_hash_sha1.cl)
#endif #endif
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) #define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl) #define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
typedef struct xmpp_tmp typedef struct xmpp_tmp
{ {

@ -14,8 +14,8 @@
#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #include M2S(INCLUDE_PATH/inc_hash_sha256.cl)
#endif #endif
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) #define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl) #define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
typedef struct bitwarden_tmp typedef struct bitwarden_tmp
{ {

@ -12,8 +12,8 @@
#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #include M2S(INCLUDE_PATH/inc_cipher_aes.cl)
#endif #endif
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) #define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl) #define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
#define ROUNDS 0x40000 #define ROUNDS 0x40000

@ -12,8 +12,8 @@
#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #include M2S(INCLUDE_PATH/inc_cipher_aes.cl)
#endif #endif
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) #define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl) #define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
#define ROUNDS 0x40000 #define ROUNDS 0x40000

@ -12,8 +12,8 @@
#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #include M2S(INCLUDE_PATH/inc_cipher_aes.cl)
#endif #endif
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) #define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl) #define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
#define ROUNDS 0x40000 #define ROUNDS 0x40000

@ -12,8 +12,8 @@
#include M2S(INCLUDE_PATH/inc_cipher_aes.cl) #include M2S(INCLUDE_PATH/inc_cipher_aes.cl)
#endif #endif
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) #define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl) #define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
#define ROUNDS 0x40000 #define ROUNDS 0x40000

@ -15,8 +15,8 @@
#include M2S(INCLUDE_PATH/inc_hash_sha1.cl) #include M2S(INCLUDE_PATH/inc_hash_sha1.cl)
#endif #endif
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) #define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl) #define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
typedef struct mongodb_sha1_tmp typedef struct mongodb_sha1_tmp
{ {

@ -14,8 +14,8 @@
#include M2S(INCLUDE_PATH/inc_hash_sha256.cl) #include M2S(INCLUDE_PATH/inc_hash_sha256.cl)
#endif #endif
#define COMPARE_S STR(INCLUDE_PATH/inc_comp_single.cl) #define COMPARE_S M2S(INCLUDE_PATH/inc_comp_single.cl)
#define COMPARE_M STR(INCLUDE_PATH/inc_comp_multi.cl) #define COMPARE_M M2S(INCLUDE_PATH/inc_comp_multi.cl)
typedef struct mongodb_sha256_tmp typedef struct mongodb_sha256_tmp
{ {

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save