Home | Sort by relevance Sort by last modified time |
/system/keymaster/km_openssl/ | |
block_cipher_operation.h | 159 size_t tag_buf_unused() { return tag_length_ - tag_buf_len_; } function in class:keymaster::BlockCipherEvpDecryptOperation |
block_cipher_operation.cpp | 484 if (input.available_read() <= tag_buf_unused()) { 504 assert(tag_buf_unused() == 0); |