Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/runner/
Dchacha20_poly1305.go126 func (c *chaCha20Poly1305) Seal(dst, nonce, plaintext, additionalData []byte) []byte { func
Dcipher_suites.go219 func (f *fixedNonceAEAD) Seal(out, nonce, plaintext, additionalData []byte) []byte { func