HomeSort by: relevance | last modified time | path
    Searched refs:des_SPtrans (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/crypto/des/arch/i386/
des_enc.S 134 movl _C_LABEL(des_SPtrans)(%ebx),%ebp
137 movl 0x200+_C_LABEL(des_SPtrans)(%ecx),%ebp
141 movl 0x100+_C_LABEL(des_SPtrans)(%ebx),%ebp
145 movl 0x300+_C_LABEL(des_SPtrans)(%ecx),%ebp
151 movl 0x600+_C_LABEL(des_SPtrans)(%ebx),%ebx
153 movl 0x700+_C_LABEL(des_SPtrans)(%ecx),%ebx
155 movl 0x400+_C_LABEL(des_SPtrans)(%eax),%ebx
157 movl 0x500+_C_LABEL(des_SPtrans)(%edx),%ebx
171 movl _C_LABEL(des_SPtrans)(%ebx),%ebp
174 movl 0x200+_C_LABEL(des_SPtrans)(%ecx),%eb
    [all...]
  /src/sys/crypto/des/
des_locl.h 238 LL^=des_SPtrans[0][u1]; \
239 LL^=des_SPtrans[2][u2]; \
243 LL^=des_SPtrans[4][u1]; \
244 LL^=des_SPtrans[6][u3]; \
249 LL^=des_SPtrans[1][u1]; \
250 LL^=des_SPtrans[3][u2]; \
254 LL^=des_SPtrans[5][u1]; \
255 LL^=des_SPtrans[7][u3]; }
266 LL^=des_SPtrans[0][u1]; \
267 LL^=des_SPtrans[2][u2];
    [all...]
des_enc.c 65 extern const DES_LONG des_SPtrans[8][64];
71 register const unsigned char *des_SP=(const unsigned char *)des_SPtrans;
84 * des_SPtrans values in sp.h to be rotated 1 bit to the right.
169 register const unsigned char *des_SP=(const unsigned char *)des_SPtrans;
181 * des_SPtrans values in sp.h to be rotated 1 bit to the right.
spr.h 59 const DES_LONG des_SPtrans[8][64]={

Completed in 14 milliseconds