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.c224 static const size_t kChaChaBlockSize = 64; in chacha20_poly1305_seal_scatter() local
225 uint32_t block_counter = 1 + (in_len / kChaChaBlockSize); in chacha20_poly1305_seal_scatter()
226 size_t offset = in_len % kChaChaBlockSize; in chacha20_poly1305_seal_scatter()