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

/freebsd-11-stable/contrib/wpa/src/crypto/
H A Ddes-internal.c318 static void desfunc(u32 *block, const u32 *keys) function
418 desfunc(work, ek);
440 desfunc(work, ek);
451 desfunc(work, dk);
475 desfunc(work, key->ek[0]);
476 desfunc(work, key->ek[1]);
477 desfunc(work, key->ek[2]);
489 desfunc(work, key->dk[0]);
490 desfunc(work, key->dk[1]);
491 desfunc(wor
[all...]

Completed in 121 milliseconds