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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Deax.h25 bool IsValidKeyLength(size_t n) const function in class:EAX_Base
26 {return GetMAC().IsValidKeyLength(n);}
H A Dccm.h27 bool IsValidKeyLength(size_t n) const function in class:CCM_Base
28 {return GetBlockCipher().IsValidKeyLength(n);}
H A Dgcm.h27 bool IsValidKeyLength(size_t n) const function in class:GCM_Base
28 {return GetBlockCipher().IsValidKeyLength(n);}
H A Dmodes.h38 bool IsValidKeyLength(size_t n) const {return m_cipher->IsValidKeyLength(n);} function in class:CipherModeBase
H A Dcryptlib.h370 virtual bool IsValidKeyLength(size_t n) const function in class:SimpleKeyingInterface
426 {assert(IsValidKeyLength(length));}
H A Dcryptlib.cpp71 if (!IsValidKeyLength(length))
H A Dfipsalgt.cpp817 if (!pBT->IsValidKeyLength(key.size()))

Completed in 80 milliseconds