Searched refs:SLen (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 Dpwdbased.h158 const size_t DLen = v, SLen = RoundUpToMultipleOf(saltLen, v); local
159 const size_t PLen = RoundUpToMultipleOf(passwordLen, v), ILen = SLen + PLen;
160 SecByteBlock buffer(DLen + SLen + PLen);
161 byte *D = buffer, *S = buffer+DLen, *P = buffer+DLen+SLen, *I = S;
165 for (i=0; i<SLen; i++)
H A Dpubkey.h909 virtual size_t SLen(const DL_GroupParameters<T> &params) const function in class:DL_ElgamalLikeSignatureAlgorithm
968 + GetSignatureAlgorithm().SLen(this->GetAbstractGroupParameters());
1056 s.Encode(signature+rLen, alg.SLen(params));
1094 ma.m_s.Decode(signature+rLen, alg.SLen(params));

Completed in 157 milliseconds