Home
last modified time | relevance | path

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

/external/boringssl/src/util/fipstools/acvp/acvptool/subprocess/
Decdsa.go55 type ecdsaTestResponse struct { struct
56 ID uint64 `json:"tcId"`
57 DHex string `json:"d,omitempty"`
58 QxHex string `json:"qx,omitempty"`
59 QyHex string `json:"qy,omitempty"`
60 RHex string `json:"r,omitempty"`
61 SHex string `json:"s,omitempty"`
62 …ssed *bool `json:"testPassed,omitempty"` // using pointer so value is not omitted when it is false
/external/cronet/third_party/boringssl/src/util/fipstools/acvp/acvptool/subprocess/
Decdsa.go55 type ecdsaTestResponse struct { struct
56 ID uint64 `json:"tcId"`
57 DHex string `json:"d,omitempty"`
58 QxHex string `json:"qx,omitempty"`
59 QyHex string `json:"qy,omitempty"`
60 RHex string `json:"r,omitempty"`
61 SHex string `json:"s,omitempty"`
62 …ssed *bool `json:"testPassed,omitempty"` // using pointer so value is not omitted when it is false