Lines Matching refs:P
77 BF_key P; member
477 R ^= data.ctx.P[N + 1]; \
498 R ^= data.ctx.P[N + 1]; \
507 L ^= data.ctx.P[0]; \
526 L = tmp4 ^ data.ctx.P[BF_N + 1];
534 ptr = data.ctx.P; \
540 } while (ptr < &data.ctx.P[BF_N + 2]); \
621 initial[i] = BF_init_state.P[i] ^ tmp[bug]; in BF_set_key()
703 BF_set_key(key, data.expanded_key, data.ctx.P, in BF_crypt()
713 data.ctx.P[i] = L; in BF_crypt()
714 data.ctx.P[i + 1] = R; in BF_crypt()
737 data.ctx.P[i] ^= data.expanded_key[i]; in BF_crypt()
738 data.ctx.P[i + 1] ^= data.expanded_key[i + 1]; in BF_crypt()
753 data.ctx.P[i] ^= tmp1; in BF_crypt()
754 data.ctx.P[i + 1] ^= tmp2; in BF_crypt()
755 data.ctx.P[i + 2] ^= tmp3; in BF_crypt()
756 data.ctx.P[i + 3] ^= tmp4; in BF_crypt()
758 data.ctx.P[16] ^= tmp1; in BF_crypt()
759 data.ctx.P[17] ^= tmp2; in BF_crypt()