Home
last modified time | relevance | path

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

/system/keymaster/km_openssl/
Dblock_cipher_operation.cpp491 BufferCandidateTagData(input.peek_read(), input.available_read()); in ProcessAllButTagLengthBytes()
508 BufferCandidateTagData(input.peek_read() + to_process_from_input, in ProcessAllButTagLengthBytes()
526 void BlockCipherEvpDecryptOperation::BufferCandidateTagData(const uint8_t* data, in BufferCandidateTagData() function in keymaster::BlockCipherEvpDecryptOperation
Dblock_cipher_operation.h165 void BufferCandidateTagData(const uint8_t* data, size_t data_length);