Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc/src/core/lib/security/security_connector/
H A Dload_system_roots_windows.cc56 std::string bundle_string; in LoadSystemRootCerts() local
74 bundle_string += Utf8Encode(pem.data()); in LoadSystemRootCerts()
78 if (bundle_string.size() == 0) { in LoadSystemRootCerts()
82 return grpc_slice_from_cpp_string(std::move(bundle_string)); in LoadSystemRootCerts()
H A Dload_system_roots_supported.cc122 char* bundle_string = static_cast<char*>(gpr_zalloc(total_bundle_size + 1)); in CreateRootCertsBundle() local
130 read(file_descriptor, bundle_string + bytes_read, cert_file_size); in CreateRootCertsBundle()
138 bundle_slice = grpc_slice_new(bundle_string, bytes_read, gpr_free); in CreateRootCertsBundle()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/security/security_connector/
Dload_system_roots_supported.cc126 char* bundle_string = static_cast<char*>(gpr_zalloc(total_bundle_size + 1)); in CreateRootCertsBundle() local
134 read(file_descriptor, bundle_string + bytes_read, cert_file_size); in CreateRootCertsBundle()
142 bundle_slice = grpc_slice_new(bundle_string, bytes_read, gpr_free); in CreateRootCertsBundle()