Home | History | Annotate | Download | only in ciphers

Lines Matching refs:desfunc

1402 static void desfunc(ulong32 *block, const ulong32 *keys)
1516 static void desfunc(ulong32 *block, const ulong32 *keys)
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(work, skey->des3.dk[2]);