Home
last modified time | relevance | path

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

/external/boringssl/src/util/fipstools/acvp/acvptool/subprocess/
DkeyedMac.go30 type keyedMACTestGroup struct { struct
31 ID uint64 `json:"tgId"`
32 Type string `json:"testType"`
33 Direction string `json:"direction"`
34 MsgBits uint32 `json:"msgLen"`
35 KeyBits uint32 `json:"keyLen"`
36 MACBits uint32 `json:"macLen"`
37 Tests []struct {
/external/cronet/third_party/boringssl/src/util/fipstools/acvp/acvptool/subprocess/
DkeyedMac.go30 type keyedMACTestGroup struct { struct
31 ID uint64 `json:"tgId"`
32 Type string `json:"testType"`
33 Direction string `json:"direction"`
34 MsgBits uint32 `json:"msgLen"`
35 KeyBits uint32 `json:"keyLen"`
36 MACBits uint32 `json:"macLen"`
37 Tests []struct {