Home | Sort by relevance Sort by last modified time |
/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); |