Searched refs:des_SPtrans (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/crypto/des/arch/i386/ |
| H A D | des_enc.S | 135 movl _C_LABEL(des_SPtrans)(%ebx),%ebp 138 movl 0x200+_C_LABEL(des_SPtrans)(%ecx),%ebp 142 movl 0x100+_C_LABEL(des_SPtrans)(%ebx),%ebp 146 movl 0x300+_C_LABEL(des_SPtrans)(%ecx),%ebp 152 movl 0x600+_C_LABEL(des_SPtrans)(%ebx),%ebx 154 movl 0x700+_C_LABEL(des_SPtrans)(%ecx),%ebx 156 movl 0x400+_C_LABEL(des_SPtrans)(%eax),%ebx 158 movl 0x500+_C_LABEL(des_SPtrans)(%edx),%ebx 172 movl _C_LABEL(des_SPtrans)(%ebx),%ebp 175 movl 0x200+_C_LABEL(des_SPtrans)(%ecx),%ebp [all …]
|
| /f-stack/freebsd/crypto/des/ |
| H A D | 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 …]
|
| H A D | spr.h | 62 const DES_LONG des_SPtrans[8][64]={ variable
|
| H A D | des_enc.c | 68 extern const DES_LONG des_SPtrans[8][64]; 74 const unsigned char *des_SP=(const unsigned char *)des_SPtrans; in des_encrypt1() 172 const unsigned char *des_SP=(const unsigned char *)des_SPtrans; in des_encrypt2()
|