Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/security/
Dsecurity_connector_test.cc393 char* roots_contents = grpc_slice_to_c_string(roots); in test_default_ssl_roots() local
395 GPR_ASSERT(strcmp(roots_contents, roots_for_override_api) == 0); in test_default_ssl_roots()
396 gpr_free(roots_contents); in test_default_ssl_roots()
402 roots_contents = grpc_slice_to_c_string(roots); in test_default_ssl_roots()
404 GPR_ASSERT(strcmp(roots_contents, roots_for_env_var) == 0); in test_default_ssl_roots()
405 gpr_free(roots_contents); in test_default_ssl_roots()
411 roots_contents = grpc_slice_to_c_string(roots); in test_default_ssl_roots()
413 GPR_ASSERT(strcmp(roots_contents, roots_for_override_api) == 0); in test_default_ssl_roots()
414 gpr_free(roots_contents); in test_default_ssl_roots()