Home
last modified time | relevance | path

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

/third_party/boringssl/src/util/fipstools/acvp/acvptool/subprocess/
Dblock.go22 type blockCipherTestGroup struct { struct
23 ID uint64 `json:"tgId"`
24 Type string `json:"testType"`
25 Direction string `json:"direction"`
26 KeyBits int `json:"keylen"`
27 Tests []struct {