OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:des_SP
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/openssl/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
66
register const unsigned char *
des_SP
=(const unsigned char *)DES_SPtrans;
160
register const unsigned char *
des_SP
=(const unsigned char *)DES_SPtrans;
/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
66
register const unsigned char *
des_SP
=(const unsigned char *)DES_SPtrans;
160
register const unsigned char *
des_SP
=(const unsigned char *)DES_SPtrans;
Completed in 2290 milliseconds