HomeSort by relevance Sort by last modified time
    Searched refs:aad_block_buf_length_ (Results 1 - 2 of 2) sorted by null

  /system/keymaster/
aes_operation.cpp 184 aad_block_buf_length_ = 0;
224 if (block_mode_ == KM_MODE_GCM && aad_block_buf_length_ > 0 && !ProcessBufferedAadBlock(&error))
338 aad_block_buf_length_ = 0;
389 if (aad_block_buf_length_ > 0) {
391 if (aad_block_buf_length_ == AES_BLOCK_SIZE && !ProcessBufferedAadBlock(error))
408 if (aad_block_buf_length_ > 0 && !ProcessBufferedAadBlock(error))
418 aad_block_buf_length_)) {
419 aad_block_buf_length_ = 0;
440 size_t to_buffer = min(AES_BLOCK_SIZE - aad_block_buf_length_, aad->data_length);
441 memcpy(aad_block_buf_.get() + aad_block_buf_length_, aad->data, to_buffer)
    [all...]
aes_operation.h 99 size_t aad_block_buf_length_; member in class:keymaster::AesEvpOperation

Completed in 385 milliseconds