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

  /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);

Completed in 59 milliseconds