Searched refs:BLF_N (Results 1 – 2 of 2) sorted by relevance
48 #define BLF_N 16 /* Number of Subkeys */ macro49 #define BLF_MAXKEYLEN ((BLF_N-2)*4) /* 448 bits */50 #define BLF_MAXUTILIZED ((BLF_N+2)*4) /* 576 bits */55 u_int32_t P[BLF_N + 2]; /* Subkeys */
434 for (i = 0; i < BLF_N + 2; i++) { in Blowfish_expand0state()443 for (i = 0; i < BLF_N + 2; i += 2) { in Blowfish_expand0state()473 for (i = 0; i < BLF_N + 2; i++) { in Blowfish_expandstate()482 for (i = 0; i < BLF_N + 2; i += 2) { in Blowfish_expandstate()