HomeSort by relevance Sort by last modified time
    Searched refs:HPERM_OP (Results 1 - 2 of 2) sorted by null

  /external/openssl/crypto/des/
fcrypt_b.c 76 #undef HPERM_OP
77 #define HPERM_OP(a,t,n,m) ((t)=((((a)<<(16-(n)))^(a))&(m)),\
set_key.c 164 #define HPERM_OP(a,t,n,m) ((t)=((((a)<<(16-(n)))^(a))&(m)),\
367 HPERM_OP(c,t,-2,0xcccc0000L);
368 HPERM_OP(d,t,-2,0xcccc0000L);

Completed in 110 milliseconds