Searched refs:HPERM_OP (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/
H A Dfcrypt_b.c76 #undef HPERM_OP macro
77 #define HPERM_OP(a,t,n,m) ((t)=((((a)<<(16-(n)))^(a))&(m)),\ macro
H A Dset_key.c160 #define HPERM_OP(a,t,n,m) ((t)=((((a)<<(16-(n)))^(a))&(m)),\ macro
359 HPERM_OP(c,t,-2,0xcccc0000L);
360 HPERM_OP(d,t,-2,0xcccc0000L);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/des/
H A Dfcrypt_b.c76 #undef HPERM_OP macro
77 #define HPERM_OP(a,t,n,m) ((t)=((((a)<<(16-(n)))^(a))&(m)),\ macro
H A Dset_key.c178 #define HPERM_OP(a,t,n,m) ((t)=((((a)<<(16-(n)))^(a))&(m)),\ macro
394 HPERM_OP(c, t, -2, 0xcccc0000L);
395 HPERM_OP(d, t, -2, 0xcccc0000L);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/des/
H A Dfcrypt_b.c76 #undef HPERM_OP macro
77 #define HPERM_OP(a,t,n,m) ((t)=((((a)<<(16-(n)))^(a))&(m)),\ macro
H A Dset_key.c178 #define HPERM_OP(a,t,n,m) ((t)=((((a)<<(16-(n)))^(a))&(m)),\ macro
394 HPERM_OP(c, t, -2, 0xcccc0000L);
395 HPERM_OP(d, t, -2, 0xcccc0000L);

Completed in 193 milliseconds