Home | History | Annotate | Download | only in webcrypto

Lines Matching refs:chunk_length

837       size_t chunk_length = std::min(kChunkSizeBytes, length - chunk_index);
838 std::vector<uint8> chunk(begin, begin + chunk_length);
841 chunk_index = chunk_index + chunk_length;
842 begin = begin + chunk_length;