Home
last modified time | relevance | path

Searched defs:hmacTestGroup (Results 1 – 1 of 1) sorted by relevance

/external/boringssl/src/util/fipstools/acvp/acvptool/subprocess/
Dhmac.go31 type hmacTestGroup struct { struct
32 ID uint64 `json:"tgId"`
33 Type string `json:"testType"`
34 MsgBits int `json:"msgLen"`
35 KeyBits int `json:"keyLen"` // maximum possible value is 524288
36 MACBits int `json:"macLen"` // maximum possible value is 512
37 Tests []struct {