Home
last modified time | relevance | path

Searched defs:input_message (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tpm2-tss/test/integration/
H A Dsapi-asymmetric-encrypt-decrypt.int.c52 TPM2B_PUBLIC_KEY_RSA input_message = {sizeof(TPM2B_PUBLIC_KEY_RSA)-2,}; in test_invoke() local
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/moqt/tools/
H A Dchat_client_bin.cc100 void OnTerminalLineInput(absl::string_view input_message) { in OnTerminalLineInput()