Searched refs:chaCha20 (Results 1 – 2 of 2) sorted by relevance
/external/boringssl/src/ssl/test/runner/ |
D | chacha20_poly1305.go | 79 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)
|
D | deterministic.go | 34 chaCha20(buf, buf, deterministicRandKey, nonce[:], 0)
|