Home
last modified time | relevance | path

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

/openbsd-src/regress/lib/libcrypto/wycheproof/
H A Dwycheproof.go178 type wycheproofTestAead struct { struct
191 func (wt *wycheproofTestAead) String() string { argument
179 TCIDmain.wycheproofTestAead global() argument
180 Commentmain.wycheproofTestAead global() argument
181 Keymain.wycheproofTestAead global() argument
182 IVmain.wycheproofTestAead global() argument
183 AADmain.wycheproofTestAead global() argument
184 Msgmain.wycheproofTestAead global() argument
185 CTmain.wycheproofTestAead global() argument
186 Tagmain.wycheproofTestAead global() argument
187 Resultmain.wycheproofTestAead global() argument
188 Flagsmain.wycheproofTestAead global() argument
837 checkAesAead(algorithm string, ctx *C.EVP_CIPHER_CTX, doEncrypt int, key []byte, keyLen int, iv []byte, ivLen int, aad []byte, aadLen int, in []byte, inLen int, out []byte, outLen int, tag []byte, tagLen int, wt *wycheproofTestAead) global() argument
971 runAesAeadTest(algorithm string, ctx *C.EVP_CIPHER_CTX, aead *C.EVP_AEAD, wt *wycheproofTestAead) global() argument
1099 checkAeadOpen(ctx *C.EVP_AEAD_CTX, iv []byte, ivLen int, aad []byte, aadLen int, msg []byte, msgLen int, ct []byte, ctLen int, tag []byte, tagLen int, wt *wycheproofTestAead) global() argument
1142 checkAeadSeal(ctx *C.EVP_AEAD_CTX, iv []byte, ivLen int, aad []byte, aadLen int, msg []byte, msgLen int, ct []byte, ctLen int, tag []byte, tagLen int, wt *wycheproofTestAead) global() argument
1178 runChaCha20Poly1305Test(algorithm string, wt *wycheproofTestAead) global() argument
1218 runEvpChaCha20Poly1305Test(ctx *C.EVP_CIPHER_CTX, algorithm string, wt *wycheproofTestAead) global() argument