Home
last modified time | relevance | path

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

/system/keymaster/
Daes_operation.cpp440 size_t to_buffer = min(AES_BLOCK_SIZE - aad_block_buf_length_, aad->data_length); in FillBufferedAadBlock() local
441 memcpy(aad_block_buf_.get() + aad_block_buf_length_, aad->data, to_buffer); in FillBufferedAadBlock()
442 aad->data += to_buffer; in FillBufferedAadBlock()
443 aad->data_length -= to_buffer; in FillBufferedAadBlock()
444 aad_block_buf_length_ += to_buffer; in FillBufferedAadBlock()