Searched refs:blockCipher (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 Dccm.cpp13 BlockCipher &blockCipher = AccessBlockCipher(); local
15 blockCipher.SetKey(userKey, keylength, params);
17 if (blockCipher.BlockSize() != REQUIRED_BLOCKSIZE)
H A Dgcm.cpp71 BlockCipher &blockCipher = AccessBlockCipher(); local
72 blockCipher.SetKey(userKey, keylength, params);
74 if (blockCipher.BlockSize() != REQUIRED_BLOCKSIZE)
91 blockCipher.ProcessBlock(hashKey);

Completed in 62 milliseconds