Home
last modified time | relevance | path

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

/system/keymaster/
Daes_operation.cpp204 if (!InternalUpdate(input.peek_read(), input.available_read(), output, &error)) in Update()
448 bool AesEvpOperation::InternalUpdate(const uint8_t* input, size_t input_length, Buffer* output, in InternalUpdate() function in keymaster::AesEvpOperation
561 if (!InternalUpdate(input.peek_read(), input.available_read(), output, &error)) in Update()
586 if (!InternalUpdate(input.peek_read(), to_process_from_input, output, &error)) in ProcessAllButTagLengthBytes()
599 if (!InternalUpdate(tag_buf_.get(), to_process, output, error)) in ProcessTagBufContentsAsData()
Daes_operation.h86 bool InternalUpdate(const uint8_t* input, size_t input_length, Buffer* output,