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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dtwofish.h27 static word32 h0(word32 x, const word32 *key, unsigned int kLen);
28 static word32 h(word32 x, const word32 *key, unsigned int kLen);
H A Dtwofish.cpp32 inline word32 Twofish::Base::h0(word32 x, const word32 *key, unsigned int kLen) argument
35 switch(kLen)
46 inline word32 Twofish::Base::h(word32 x, const word32 *key, unsigned int kLen) argument
48 x = h0(x, key, kLen);

Completed in 59 milliseconds