Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/security/security_connector/
Dload_system_roots_linux.cc119 char* bundle_string = static_cast<char*>(gpr_zalloc(total_bundle_size + 1)); in CreateRootCertsBundle() local
127 read(file_descriptor, bundle_string + bytes_read, cert_file_size); in CreateRootCertsBundle()
135 bundle_slice = grpc_slice_new(bundle_string, bytes_read, gpr_free); in CreateRootCertsBundle()