Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/crypto/des/
H A Dfcrypt_b.c22 #undef PERM_OP macro
23 #define PERM_OP(a,b,t,n,m) ((t)=((((a)>>(n))^(b))&(m)),\ macro
H A Ddes_local.h197 # define PERM_OP(a,b,t,n,m) ((t)=((((a)>>(n))^(b))&(m)),\ macro
[all...]
/third_party/openssl/crypto/des/
H A Dfcrypt_b.c22 #undef PERM_OP macro
23 #define PERM_OP(a,b,t,n,m) ((t)=((((a)>>(n))^(b))&(m)),\ macro
H A Ddes_local.h197 # define PERM_OP(a,b,t,n,m) ((t)=((((a)>>(n))^(b))&(m)),\ macro
[all...]

Completed in 2 milliseconds