BF_word 74 standard/crypt_blowfish.c typedef BF_word BF_key[BF_N + 2]; BF_word 77 standard/crypt_blowfish.c BF_word S[4][0x100]; BF_word 85 standard/crypt_blowfish.c static BF_word BF_magic_w[6] = { BF_word 450 standard/crypt_blowfish.c BF_word tmp; BF_word 480 standard/crypt_blowfish.c (*((BF_word *)(((unsigned char *)S) + (i)))) BF_word 553 standard/crypt_blowfish.c BF_word safety, sign, diff, tmp[2]; BF_word 590 standard/crypt_blowfish.c safety = ((BF_word)flags & 2) << 15; BF_word 663 standard/crypt_blowfish.c BF_word salt[4]; BF_word 664 standard/crypt_blowfish.c BF_word output[6]; BF_word 667 standard/crypt_blowfish.c BF_word L, R; BF_word 668 standard/crypt_blowfish.c BF_word tmp1, tmp2, tmp3, tmp4; BF_word 669 standard/crypt_blowfish.c BF_word *ptr; BF_word 670 standard/crypt_blowfish.c BF_word count; BF_word 691 standard/crypt_blowfish.c count = (BF_word)1 << ((setting[4] - '0') * 10 + (setting[5] - '0')); BF_word 904 standard/crypt_blowfish.c BF_encode(&output[7], (const BF_word *)input, 16);