=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== ruby-bcrypt-3.1.15/ext/mri/crypt_blowfish.c-56-#ifdef __i386__ ruby-bcrypt-3.1.15/ext/mri/crypt_blowfish.c:57:#define BF_ASM 1 ruby-bcrypt-3.1.15/ext/mri/crypt_blowfish.c-58-#define BF_SCALE 1 ruby-bcrypt-3.1.15/ext/mri/crypt_blowfish.c-59-#elif defined(__x86_64__) || defined(__alpha__) || defined(__hppa__) ruby-bcrypt-3.1.15/ext/mri/crypt_blowfish.c:60:#define BF_ASM 0 ruby-bcrypt-3.1.15/ext/mri/crypt_blowfish.c-61-#define BF_SCALE 1 ruby-bcrypt-3.1.15/ext/mri/crypt_blowfish.c-62-#else ruby-bcrypt-3.1.15/ext/mri/crypt_blowfish.c:63:#define BF_ASM 0 ruby-bcrypt-3.1.15/ext/mri/crypt_blowfish.c-64-#define BF_SCALE 0 ############################################## ruby-bcrypt-3.1.15/ext/mri/crypt_blowfish.c-515- ruby-bcrypt-3.1.15/ext/mri/crypt_blowfish.c:516:#if BF_ASM == 1 ruby-bcrypt-3.1.15/ext/mri/crypt_blowfish.c-517-#define BF_body() \ ############################################## ruby-bcrypt-3.1.15/ext/mri/crypt_blowfish.c-648-{ ruby-bcrypt-3.1.15/ext/mri/crypt_blowfish.c:649:#if BF_ASM == 1 ruby-bcrypt-3.1.15/ext/mri/crypt_blowfish.c-650- extern void _BF_body_r(BF_ctx *ctx);