Home
last modified time | relevance | path

Searched refs:mdLen (Results 1 – 1 of 1) sorted by relevance

/external/boringssl/src/util/fipstools/acvp/acvptool/subprocess/
Dhmac.go60 mdLen int // mdLen is the number of bytes of output that the underlying hash produces. member
93 if group.MACBits > h.mdLen*8 {
94 …es MAC length should be %d, but maximum possible length is %d", group.ID, group.MACBits, h.mdLen*8)