HomeSort by relevance Sort by last modified time
    Searched refs:roots_file (Results 1 - 5 of 5) sorted by null

  /external/grpc-grpc/test/core/end2end/fixtures/
h2_ssl.cc 157 FILE* roots_file; local
165 roots_file = gpr_tmpfile("chttp2_simple_ssl_fullstack_test", &roots_filename);
167 GPR_ASSERT(roots_file != nullptr);
168 GPR_ASSERT(fwrite(test_root_cert, 1, roots_size, roots_file) == roots_size);
169 fclose(roots_file);
h2_ssl_proxy.cc 198 FILE* roots_file; local
206 roots_file = gpr_tmpfile("chttp2_simple_ssl_fullstack_test", &roots_filename);
208 GPR_ASSERT(roots_file != nullptr);
209 GPR_ASSERT(fwrite(test_root_cert, 1, roots_size, roots_file) == roots_size);
210 fclose(roots_file);
  /external/grpc-grpc/test/core/end2end/
h2_ssl_session_reuse_test.cc 257 FILE* roots_file; local
263 roots_file = gpr_tmpfile("chttp2_ssl_session_reuse_test", &roots_filename);
265 GPR_ASSERT(roots_file != nullptr);
266 GPR_ASSERT(fwrite(test_root_cert, 1, roots_size, roots_file) == roots_size);
267 fclose(roots_file);
h2_ssl_cert_test.cc 357 FILE* roots_file; local
363 roots_file =
366 GPR_ASSERT(roots_file != nullptr);
367 GPR_ASSERT(fwrite(test_root_cert, 1, roots_size, roots_file) == roots_size);
368 fclose(roots_file);
  /external/grpc-grpc/src/objective-c/tests/CoreCronetEnd2EndTests/
CoreCronetEnd2EndTests.mm 168 FILE *roots_file;
176 roots_file = gpr_tmpfile("chttp2_simple_ssl_fullstack_test", &roots_filename);
178 GPR_ASSERT(roots_file != NULL);
179 GPR_ASSERT(fwrite(test_root_cert, 1, roots_size, roots_file) == roots_size);
180 fclose(roots_file);

Completed in 134 milliseconds