Searched refs:wycheproofTestAead (Results 1 – 1 of 1) sorted by relevance
/openbsd/regress/lib/libcrypto/wycheproof/ |
H A D | wycheproof.go | 172 Tests []*wycheproofTestAead `json:"tests"` 178 type wycheproofTestAead struct { struct 191 func (wt *wycheproofTestAead) String() string { argument 845 …n []byte, inLen int, out []byte, outLen int, tag []byte, tagLen int, wt *wycheproofTestAead) bool { argument 979 …sAeadTest(algorithm string, ctx *C.EVP_CIPHER_CTX, aead *C.EVP_AEAD, wt *wycheproofTestAead) bool { argument 1107 …sg []byte, msgLen int, ct []byte, ctLen int, tag []byte, tagLen int, wt *wycheproofTestAead) bool { argument 1150 …sg []byte, msgLen int, ct []byte, ctLen int, tag []byte, tagLen int, wt *wycheproofTestAead) bool { argument 1186 func runChaCha20Poly1305Test(algorithm string, wt *wycheproofTestAead) bool { argument 1226 func runEvpChaCha20Poly1305Test(ctx *C.EVP_CIPHER_CTX, algorithm string, wt *wycheproofTestAead) bo… argument
|