Home
last modified time | relevance | path

Searched refs:chaCha20 (Results 1 – 2 of 2) sorted by relevance

/external/boringssl/src/ssl/test/runner/
Dchacha20_poly1305.go79 func chaCha20(out, in, key, nonce []byte, counter uint64) { func
156 chaCha20(poly1305Key[:], poly1305Key[:], c.key[:], nonce, 0)
167 chaCha20(out[:len(plaintext)], plaintext, c.key[:], nonce, 1)
192 chaCha20(out, ciphertext[:plaintextLen], c.key[:], nonce, 1)
Ddeterministic.go34 chaCha20(buf, buf, deterministicRandKey, nonce[:], 0)