Searched refs:digestSize (Results 1 – 6 of 6) sorted by relevance
27 private int digestSize; field in HMac101 this.digestSize = digest.getDigestSize(); in HMac()104 this.outputBuf = new byte[blockLength + digestSize]; in HMac()130 keyLength = digestSize; in init()164 return digestSize; in getMacSize()
25 private int digestSize; field in HMac99 this.digestSize = digest.getDigestSize(); in HMac()102 this.outputBuf = new byte[blockLength + digestSize]; in HMac()128 keyLength = digestSize; in init()162 return digestSize; in getMacSize()
93 UInt32 digestSize = hasher->GetDigestSize(); in SetMethods() local94 if (digestSize > k_HashCalc_DigestSize_Max) in SetMethods()99 h.DigestSize = digestSize; in SetMethods()101 memset(h.Digests[k], 0, digestSize); in SetMethods()
153 int digestSize = digest.getDigestSize(); in checkKey() local165 if (!(digest instanceof NullDigest) && valueN > digestSize * 8) { in checkKey()
157 int digestSize = digest.getDigestSize(); in checkKey() local169 if (!(digest instanceof NullDigest) && valueN > digestSize * 8) { in checkKey()
119 static unsigned GetColumnWidth(unsigned digestSize) in GetColumnWidth() argument121 unsigned width = digestSize * 2; in GetColumnWidth()