FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
pstep
crypto/krb5/src/lib/crypto/builtin/des/destest.c
194
#define pstep(x,step) (((x)&smask(step))^(((x)>>step)&smask(step)))
crypto/krb5/src/lib/crypto/builtin/des/f_parity.c
23
#define pstep(x,step) (((x)&smask(step))^(((x)>>step)&smask(step)))