Home
last modified time | relevance | path

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

/system/keymaster/
Daes_operation.cpp202 if (!InternalUpdate(input.peek_read(), input.available_read(), output, &error)) in Update()
447 bool AesEvpOperation::InternalUpdate(const uint8_t* input, size_t input_length, Buffer* output, in InternalUpdate() function in keymaster::AesEvpOperation
577 if (!InternalUpdate(input.peek_read(), input.available_read(), output, &error)) in Update()
602 if (!InternalUpdate(input.peek_read(), to_process_from_input, output, &error)) in ProcessAllButTagLengthBytes()
615 if (!InternalUpdate(tag_buf_.get(), to_process, output, error)) in ProcessTagBufContentsAsData()
Daes_operation.h87 bool InternalUpdate(const uint8_t* input, size_t input_length, Buffer* output,