Searched defs:wycheproofTestAesCmac (Results 1 – 1 of 1) sorted by relevance
202 type wycheproofTestAesCmac struct { struct203 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 {