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

/freebsd-10.0-release/contrib/wpa/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...]

Completed in 101 milliseconds