Searched defs:PERM_OP (Results 1 – 3 of 3) sorted by relevance
| /freebsd-head/crypto/openssl/crypto/des/ |
| HD | fcrypt_b.c | 23 #define PERM_OP(a,b,t,n,m) ((t)=((((a)>>(n))^(b))&(m)),\ macro
|
| HD | des_local.h | 197 # define PERM_OP(a,b,t,n,m) ((t)=((((a)>>(n))^(b))&(m)),\ macro
|
| /freebsd-head/sys/crypto/des/ |
| HD | des_locl.h | 340 #define PERM_OP(a,b,t,n,m) ((t)=((((a)>>(n))^(b))&(m)),\ macro
|