mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-14 03:39:09 +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
@ -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