Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/cipher_extra/
De_chacha20poly1305.c198 static const size_t kChaChaBlockSize = 64; in aead_chacha20_poly1305_seal_scatter() local
199 uint32_t block_counter = 1 + (in_len / kChaChaBlockSize); in aead_chacha20_poly1305_seal_scatter()
200 size_t offset = in_len % kChaChaBlockSize; in aead_chacha20_poly1305_seal_scatter()