Home
last modified time | relevance | path

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

/aosp_15_r20/system/keymaster/km_openssl/
H A Dblock_cipher_operation.cpp500 const size_t to_process_from_input = to_process - to_process_from_tag_buf; in ProcessAllButTagLengthBytes() local
507 if (!InternalUpdate(input.peek_read(), to_process_from_input, output, &error)) return error; in ProcessAllButTagLengthBytes()
509 BufferCandidateTagData(input.peek_read() + to_process_from_input, in ProcessAllButTagLengthBytes()
510 input.available_read() - to_process_from_input); in ProcessAllButTagLengthBytes()