Home
last modified time | relevance | path

Searched refs:BufferCandidateTagData (Results 1 – 2 of 2) sorted by relevance

/system/keymaster/km_openssl/
Dblock_cipher_operation.cpp485 BufferCandidateTagData(input.peek_read(), input.available_read()); in ProcessAllButTagLengthBytes()
502 BufferCandidateTagData(input.peek_read() + to_process_from_input, in ProcessAllButTagLengthBytes()
520 void BlockCipherEvpDecryptOperation::BufferCandidateTagData(const uint8_t* data, in BufferCandidateTagData() function in keymaster::BlockCipherEvpDecryptOperation
Dblock_cipher_operation.h163 void BufferCandidateTagData(const uint8_t* data, size_t data_length);