Home
last modified time | relevance | path

Searched defs:key_stream (Results 1 – 4 of 4) sorted by relevance

/external/cronet/net/third_party/quiche/src/quiche/common/platform/default/quiche_platform_impl/
Dquiche_default_proof_providers_impl.cc56 std::ifstream key_stream(key_file, std::ios::binary); in CreateDefaultProofSourceImpl() local
/external/rust/crates/zip/src/
Daes_ctr.rs163 let mut key_stream = AesCtrZipKeyStream::<Aes>::new(key); in roundtrip() localVariable
170 let mut key_stream = AesCtrZipKeyStream::<Aes>::new(key); in roundtrip() localVariable
/external/grpc-grpc/test/cpp/interop/
Dclient_helper.cc60 std::stringstream key_stream; in GetServiceAccountJsonKey() local
/external/cronet/net/third_party/quiche/src/quiche/quic/tools/
Dquic_toy_client.cc227 std::ifstream key_stream(std::string{default_client_cert_key_file}, in CreateTestClientProofSource() local