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

  /system/keymaster/
aes_operation.h 146 size_t tag_buf_unused() { return tag_length_ - tag_buf_length_; } function in class:keymaster::AesEvpDecryptOperation
aes_operation.cpp 584 if (input.available_read() <= tag_buf_unused()) {
607 assert(tag_buf_unused() == 0);

Completed in 3884 milliseconds