Home
last modified time | relevance | path

Searched refs:SP7 (Results 1 – 3 of 3) sorted by relevance

/external/qemu/
Dd3des.c295 static unsigned long SP7[64] = { variable
360 fval = SP7[ work & 0x3fL];
372 fval = SP7[ work & 0x3fL];
/external/wpa_supplicant/
Ddes.c216 static const u32 SP7[64] = variable
359 leftt ^= SP7[work & 0x3fL] in desfunc()
370 right ^= SP7[ work & 0x3fL] in desfunc()
/external/dropbear/libtomcrypt/src/ciphers/
Ddes.c212 static const ulong32 SP7[64] = variable
1454 leftt ^= SP7[work & 0x3fL] in desfunc()
1465 right ^= SP7[ work & 0x3fL] in desfunc()