Home
last modified time | relevance | path

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

/system/keymaster/km_openssl/
Dblock_cipher_operation.cpp174 if (!InternalUpdate(input.peek_read(), input.available_read(), output, &error)) return error; in Update()
359 bool BlockCipherEvpOperation::InternalUpdate(const uint8_t* input, size_t input_length, in InternalUpdate() function in keymaster::BlockCipherEvpOperation
478 if (!InternalUpdate(input.peek_read(), input.available_read(), output, &error)) return error; in Update()
500 if (!InternalUpdate(input.peek_read(), to_process_from_input, output, &error)) return error; in ProcessAllButTagLengthBytes()
512 if (!InternalUpdate(tag_buf_.get(), to_process, output, error)) return false; in ProcessTagBufContentsAsData()
Dblock_cipher_operation.h97 bool InternalUpdate(const uint8_t* input, size_t input_length, Buffer* output,