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

  /system/keymaster/
aes_operation.cpp 536 tag_buf_.reset(new (std::nothrow) uint8_t[tag_length_]);
537 if (!tag_buf_.get())
599 if (!InternalUpdate(tag_buf_.get(), to_process, output, error))
602 memmove(tag_buf_.get(), tag_buf_.get() + to_process, tag_buf_length_ - to_process);
609 memcpy(tag_buf_.get() + tag_buf_length_, data, data_length);
619 !EVP_CIPHER_CTX_ctrl(&ctx_, EVP_CTRL_GCM_SET_TAG, tag_length_, tag_buf_.get()))
aes_operation.h 147 UniquePtr<uint8_t[]> tag_buf_; member in class:keymaster::AesEvpDecryptOperation

Completed in 45 milliseconds