Home
last modified time | relevance | path

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

/openbsd/regress/lib/libcrypto/wycheproof/
H A Dwycheproof.go202 type wycheproofTestAesCmac struct { struct
203 TCID int `json:"tcId"`
204 Comment string `json:"comment"`
205 Key string `json:"key"`
206 Msg string `json:"msg"`
207 Tag string `json:"tag"`
208 Result string `json:"result"`
209 Flags []string `json:"flags"`
212 func (wt *wycheproofTestAesCmac) String() string {
1047 func runAesCmacTest(cipher *C.EVP_CIPHER, wt *wycheproofTestAesCmac) bool {