Searched refs:RC2Encryption (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 Drc2.h68 typedef RC2::Encryption RC2Encryption; typedef
H A Dvalidat1.cpp881 SecByteBlock plain(RC2Encryption::BLOCKSIZE), cipher(RC2Encryption::BLOCKSIZE), out(RC2Encryption::BLOCKSIZE), outplain(RC2Encryption::BLOCKSIZE);
892 valdata.Get(plain, RC2Encryption::BLOCKSIZE);
893 valdata.Get(cipher, RC2Encryption::BLOCKSIZE);
895 apbt transE(new RC2Encryption(key, keyLen, effectiveLen));
897 fail = memcmp(out, cipher, RC2Encryption::BLOCKSIZE) != 0;
901 fail=fail || memcmp(outplain, plain, RC2Encryption::BLOCKSIZE);
908 output.Put(outplain, RC2Encryption
[all...]

Completed in 107 milliseconds