OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InternalUpdate
(Results
1 - 2
of
2
) sorted by null
/system/keymaster/
aes_operation.cpp
202
if (!
InternalUpdate
(input.peek_read(), input.available_read(), output, &error))
447
bool AesEvpOperation::
InternalUpdate
(const uint8_t* input, size_t input_length, Buffer* output,
577
if (!
InternalUpdate
(input.peek_read(), input.available_read(), output, &error))
602
if (!
InternalUpdate
(input.peek_read(), to_process_from_input, output, &error))
615
if (!
InternalUpdate
(tag_buf_.get(), to_process, output, error))
aes_operation.h
87
bool
InternalUpdate
(const uint8_t* input, size_t input_length, Buffer* output,
Completed in 45 milliseconds