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

  /system/keymaster/km_openssl/
block_cipher_operation.h 162 bool ProcessTagBufContentsAsData(size_t to_process, Buffer* output, keymaster_error_t* error);
block_cipher_operation.cpp 498 if (!ProcessTagBufContentsAsData(to_process_from_tag_buf, output, &error)) return error;
509 bool BlockCipherEvpDecryptOperation::ProcessTagBufContentsAsData(size_t to_process, Buffer* output,

Completed in 187 milliseconds