Rename STR() to M2S(), part 2

This commit is contained in:
Gabriele Gristina 2022-02-07 13:31:22 +01:00
parent be75e4b4ea
commit b0c6738289
129 changed files with 255 additions and 255 deletions

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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

View File

@ -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
{

View File

@ -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
{

View File

@ -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]

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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))

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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

View File

@ -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)]

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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

View File

@ -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

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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] =
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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
{

View File

@ -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)

View File

@ -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
{

View File

@ -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
{

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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
{

View File

@ -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