Searched refs:BLFRND (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/crypt_modules/bsdbf/
H A Dblowfish.c77 #define BLFRND(s,p,i,j,n) (i ^= F(s,j) ^ (p)[n]) macro
95 BLFRND(s, p, Xr, Xl, 1); BLFRND(s, p, Xl, Xr, 2);
96 BLFRND(s, p, Xr, Xl, 3); BLFRND(s, p, Xl, Xr, 4);
97 BLFRND(s, p, Xr, Xl, 5); BLFRND(s, p, Xl, Xr, 6);
98 BLFRND(s, p, Xr, Xl, 7); BLFRND(s, p, Xl, Xr, 8);
99 BLFRND(
[all...]

Completed in 15 milliseconds