Searched refs:desfunc (Results 1 - 5 of 5) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/crypto/
H A Ddes-internal.c318 static void desfunc(u32 *block, const u32 *keys) function
418 desfunc(work, ek);
439 desfunc(work, ek);
450 desfunc(work, dk);
474 desfunc(work, key->ek[0]);
475 desfunc(work, key->ek[1]);
476 desfunc(work, key->ek[2]);
488 desfunc(work, key->dk[0]);
489 desfunc(work, key->dk[1]);
490 desfunc(wor
[all...]
/external/wpa_supplicant_8/src/crypto/
H A Ddes-internal.c318 static void desfunc(u32 *block, const u32 *keys) function
418 desfunc(work, ek);
439 desfunc(work, ek);
450 desfunc(work, dk);
474 desfunc(work, key->ek[0]);
475 desfunc(work, key->ek[1]);
476 desfunc(work, key->ek[2]);
488 desfunc(work, key->dk[0]);
489 desfunc(work, key->dk[1]);
490 desfunc(wor
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Ddes-internal.c318 static void desfunc(u32 *block, const u32 *keys) function
418 desfunc(work, ek);
439 desfunc(work, ek);
450 desfunc(work, dk);
474 desfunc(work, key->ek[0]);
475 desfunc(work, key->ek[1]);
476 desfunc(work, key->ek[2]);
488 desfunc(work, key->dk[0]);
489 desfunc(work, key->dk[1]);
490 desfunc(wor
[all...]
/external/qemu/
H A Dd3des.c33 static void desfunc(unsigned long *, unsigned long *);
147 desfunc(work, KnL);
322 static void desfunc(register unsigned long *block, register unsigned long *keys) function
/external/dropbear/libtomcrypt/src/ciphers/
H A Ddes.c1402 static void desfunc(ulong32 *block, const ulong32 *keys) function
1516 static void desfunc(ulong32 *block, const ulong32 *keys) function
1600 desfunc(work, skey->des.ek);
1621 desfunc(work, skey->des.dk);
1644 desfunc(work, skey->des3.ek[0]);
1645 desfunc(work, skey->des3.ek[1]);
1646 desfunc(work, skey->des3.ek[2]);
1667 desfunc(work, skey->des3.dk[0]);
1668 desfunc(work, skey->des3.dk[1]);
1669 desfunc(wor
[all...]

Completed in 7085 milliseconds