Searched refs:chaCha20 (Results 1 – 1 of 1) sorted by relevance
/external/boringssl/src/ssl/test/runner/ |
D | chacha20_poly1305.go | 81 func (c *chaCha20Poly1305) chaCha20(out, in, nonce []byte, counter uint64) { func 121 c.chaCha20(poly1305Key[:], poly1305Key[:], nonce, 0) 132 c.chaCha20(out[:len(plaintext)], plaintext, nonce, 1) 157 c.chaCha20(out, ciphertext[:plaintextLen], nonce, 1)
|