Home
last modified time | relevance | path

Searched refs:PlaintextHex (Results 1 – 3 of 3) sorted by relevance

/external/boringssl/src/util/fipstools/acvp/acvptool/subprocess/
Dblock.go58 iteration.PlaintextHex = hex.EncodeToString(input)
73 iteration.PlaintextHex = hex.EncodeToString(input)
90 iteration.PlaintextHex = hex.EncodeToString(input)
108 iteration.PlaintextHex = hex.EncodeToString(result)
154 iteration.PlaintextHex = hex.EncodeToString(input)
170 iteration.PlaintextHex = hex.EncodeToString(result)
192 iteration.PlaintextHex = hex.EncodeToString(input)
210 iteration.PlaintextHex = hex.EncodeToString(result)
255 PlaintextHex string `json:"pt"`
275 PlaintextHex string `json:"pt,omitempty"` member
[all …]
Dxts.go40 PlaintextHex string `json:"pt"`
54 PlaintextHex string `json:"pt,omitempty"` member
122 msg, err = hex.DecodeString(test.PlaintextHex)
136 testResponse.PlaintextHex = hex.EncodeToString(result[0])
Daead.go42 PlaintextHex string `json:"pt"`
60 PlaintextHex *string `json:"pt,omitempty"` member
126 inputHex, otherHex = test.PlaintextHex, test.CiphertextHex
128 inputHex, otherHex = test.CiphertextHex, test.PlaintextHex
196 testResp.PlaintextHex = &plaintextHex