Home
last modified time | relevance | path

Searched defs:HPERM_OP (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/crypto/des/
H A Dfcrypt_b.c28 #define HPERM_OP(a,t,n,m) ((t)=((((a)<<(16-(n)))^(a))&(m)),\ macro
H A Dset_key.c139 #define HPERM_OP(a,t,n,m) ((t)=((((a)<<(16-(n)))^(a))&(m)),\ macro
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/des/
H A Dfcrypt_b.c22 #define HPERM_OP(a,t,n,m) ((t)=((((a)<<(16-(n)))^(a))&(m)),\ macro
H A Dset_key.c120 #define HPERM_OP(a,t,n,m) ((t)=((((a)<<(16-(n)))^(a))&(m)),\ macro
/netbsd-src/crypto/external/bsd/openssl/lib/libdes/
H A Dofcrypt_b.c77 #define HPERM_OP(a,t,n,m) ((t)=((((a)<<(16-(n)))^(a))&(m)),\ macro
H A Doset_key.c160 #define HPERM_OP(a,t,n,m) ((t)=((((a)<<(16-(n)))^(a))&(m)),\ macro
/netbsd-src/crypto/external/bsd/openssl.old/lib/libdes/
H A Dofcrypt_b.c77 #define HPERM_OP(a,t,n,m) ((t)=((((a)<<(16-(n)))^(a))&(m)),\ macro
H A Doset_key.c160 #define HPERM_OP(a,t,n,m) ((t)=((((a)<<(16-(n)))^(a))&(m)),\ macro
/netbsd-src/sys/crypto/des/
H A Ddes_setkey.c146 #define HPERM_OP(a,t,n,m) ((t)=((((a)<<(16-(n)))^(a))&(m)),\ macro