HomeSort by relevance Sort by last modified time
    Searched refs:InternalUpdate (Results 1 - 2 of 2) sorted by null

  /system/keymaster/km_openssl/
block_cipher_operation.cpp 174 if (!InternalUpdate(input.peek_read(), input.available_read(), output, &error)) return error;
359 bool BlockCipherEvpOperation::InternalUpdate(const uint8_t* input, size_t input_length,
478 if (!InternalUpdate(input.peek_read(), input.available_read(), output, &error)) return error;
500 if (!InternalUpdate(input.peek_read(), to_process_from_input, output, &error)) return error;
512 if (!InternalUpdate(tag_buf_.get(), to_process, output, error)) return false;
block_cipher_operation.h 97 bool InternalUpdate(const uint8_t* input, size_t input_length, Buffer* output,

Completed in 81 milliseconds