Home
last modified time | relevance | path

Searched refs:BF_N (Results 1 – 1 of 1) sorted by relevance

/third_party/musl/src/crypt/
Dcrypt_blowfish.c57 #define BF_N 16 macro
59 typedef BF_word BF_key[BF_N + 2];
66 BF_word PS[BF_N + 2 + 4 * 0x100];
490 L = tmp4 ^ ctx->s.P[BF_N + 1]; in BF_encrypt()
545 for (i = 0; i < BF_N + 2; i++) { in BF_set_key()
651 if (ptr >= &data.ctx.PS[BF_N + 2 + 4 * 0x100]) in BF_crypt()
665 for (i = 0; i < BF_N + 2; i += 2) { in BF_crypt()
674 &data.ctx.PS[BF_N + 2 + 4 * 0x100]); in BF_crypt()
687 for (i = 0; i < BF_N; i += 4) { in BF_crypt()