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

  /external/openssl/crypto/des/
des_locl.h 222 LL^= *(const DES_LONG *)(des_SP +u1); \
223 LL^= *(const DES_LONG *)(des_SP+0x200+u2); \
227 LL^= *(const DES_LONG *)(des_SP+0x400+u1); \
228 LL^= *(const DES_LONG *)(des_SP+0x600+u3); \
233 LL^= *(const DES_LONG *)(des_SP+0x100+u1); \
234 LL^= *(const DES_LONG *)(des_SP+0x300+u2); \
238 LL^= *(const DES_LONG *)(des_SP+0x500+u1); \
239 LL^= *(const DES_LONG *)(des_SP+0x700+u3); }
249 LL^= *(const DES_LONG *)(des_SP +u1); \
250 LL^= *(const DES_LONG *)(des_SP+0x200+u2);
    [all...]
fcrypt_b.c 85 register const unsigned char *des_SP=(const unsigned char *)DES_SPtrans;
des_enc.c 65 register const unsigned char *des_SP=(const unsigned char *)DES_SPtrans;
163 register const unsigned char *des_SP=(const unsigned char *)DES_SPtrans;

Completed in 56 milliseconds