DragonflyBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
PERM_OP
crypto/libressl/crypto/des/des_locl.h
362
#define PERM_OP(a,b,t,n,m) ((t)=((((a)>>(n))^(b))&(m)),\
crypto/libressl/crypto/des/fcrypt_b.c
73
#undef PERM_OP
crypto/libressl/crypto/des/fcrypt_b.c
74
#define PERM_OP(a,b,t,n,m) ((t)=((((a)>>(n))^(b))&(m)),\
sys/crypto/des/des_locl.h
341
#define PERM_OP(a,b,t,n,m) ((t)=((((a)>>(n))^(b))&(m)),\