Searched refs:kChaChaBlockSize (Results 1 – 1 of 1) sorted by relevance
224 static const size_t kChaChaBlockSize = 64; in chacha20_poly1305_seal_scatter() local225 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()