Searched refs:BLFRND (Results 1 – 1 of 1) sorted by relevance
/external/openssh/openbsd-compat/ |
D | blowfish.c | 71 #define BLFRND(s,p,i,j,n) (i ^= F(s,j) ^ (p)[n]) macro 85 BLFRND(s, p, Xr, Xl, 1); BLFRND(s, p, Xl, Xr, 2); in Blowfish_encipher() 86 BLFRND(s, p, Xr, Xl, 3); BLFRND(s, p, Xl, Xr, 4); in Blowfish_encipher() 87 BLFRND(s, p, Xr, Xl, 5); BLFRND(s, p, Xl, Xr, 6); in Blowfish_encipher() 88 BLFRND(s, p, Xr, Xl, 7); BLFRND(s, p, Xl, Xr, 8); in Blowfish_encipher() 89 BLFRND(s, p, Xr, Xl, 9); BLFRND(s, p, Xl, Xr, 10); in Blowfish_encipher() 90 BLFRND(s, p, Xr, Xl, 11); BLFRND(s, p, Xl, Xr, 12); in Blowfish_encipher() 91 BLFRND(s, p, Xr, Xl, 13); BLFRND(s, p, Xl, Xr, 14); in Blowfish_encipher() 92 BLFRND(s, p, Xr, Xl, 15); BLFRND(s, p, Xl, Xr, 16); in Blowfish_encipher() 110 BLFRND(s, p, Xr, Xl, 16); BLFRND(s, p, Xl, Xr, 15); in Blowfish_decipher() [all …]
|