Searched refs:InternalUpdate (Results 1 – 2 of 2) sorted by relevance
/system/keymaster/ |
D | aes_operation.cpp | 204 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()
|
D | aes_operation.h | 86 bool InternalUpdate(const uint8_t* input, size_t input_length, Buffer* output,
|