Searched defs:keyedMACTestGroup (Results 1 – 2 of 2) sorted by relevance
30 type keyedMACTestGroup struct { struct31 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 {