Home
last modified time | relevance | path

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

/external/boringssl/src/util/fipstools/acvp/acvptool/subprocess/
DkeyedMac.go34 MsgBits uint32 `json:"msgLen"` member
73 if group.MsgBits%8 != 0 {
99 if msgBits := uint32(len(test.MsgHex)) * 4; msgBits != group.MsgBits {
100 …s message of length %d bits, but expected %d-bit value", group.ID, test.ID, msgBits, group.MsgBits)
Dhmac.go34 MsgBits int `json:"msgLen"` member
98 if len(test.MsgHex)*4 != group.MsgBits {
99 …of length %d but specifies a bit length of %d", group.ID, test.ID, len(test.MsgHex), group.MsgBits)