Searched defs:PERM_OP (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/crypto/openssl/crypto/des/
H A Dfcrypt_b.c71 #undef PERM_OP macro
72 #define PERM_OP(a,b,t,n,m) ((t)=((((a)>>(n))^(b))&(m)),\ macro
H A Ddes_locl.h409 # define PERM_OP(a,b,t,n,m) ((t)=((((a)>>(n))^(b))&(m)),\ macro
[all...]
/freebsd-10.1-release/sys/crypto/des/
H A Ddes_locl.h341 #define PERM_OP(a,b,t,n,m) ((t)=((((a)>>(n))^(b))&(m)),\ macro
[all...]

Completed in 115 milliseconds