Home
last modified time | relevance | path

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

/external/boringssl/src/util/fipstools/acvp/acvptool/subprocess/
Dblock.go247 type blockCipherTestGroup struct { struct
248 ID uint64 `json:"tgId"`
249 Type string `json:"testType"`
250 Direction string `json:"direction"`
251 KeyBits int `json:"keylen"`
252 Tests []struct {