Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/handshake/
Dverify_peer_options.cc55 grpc_slice ca_slice, cert_slice, key_slice; in server_thread() local
57 grpc_load_file(SSL_CA_PATH, 1, &ca_slice))); in server_thread()
63 reinterpret_cast<const char*> GRPC_SLICE_START_PTR(ca_slice); in server_thread()
108 grpc_slice_unref(ca_slice); in server_thread()
129 grpc_slice ca_slice, cert_slice, key_slice; in verify_peer_options_test() local
131 grpc_load_file(SSL_CA_PATH, 1, &ca_slice))); in verify_peer_options_test()
137 reinterpret_cast<const char*> GRPC_SLICE_START_PTR(ca_slice); in verify_peer_options_test()
192 grpc_slice_unref(ca_slice); in verify_peer_options_test()
Dserver_ssl_common.cc75 grpc_slice ca_slice, cert_slice, key_slice; in server_thread() local
77 grpc_load_file(SSL_CA_PATH, 1, &ca_slice))); in server_thread()
83 reinterpret_cast<const char*> GRPC_SLICE_START_PTR(ca_slice); in server_thread()
125 grpc_slice_unref(ca_slice); in server_thread()
Dclient_ssl.cc241 grpc_slice ca_slice, cert_slice, key_slice; in client_ssl_test() local
243 grpc_load_file(SSL_CA_PATH, 1, &ca_slice))); in client_ssl_test()
249 reinterpret_cast<const char*> GRPC_SLICE_START_PTR(ca_slice); in client_ssl_test()
303 grpc_slice_unref(ca_slice); in client_ssl_test()
/external/grpc-grpc/test/core/security/
Dssl_server_fuzzer.cc72 grpc_slice ca_slice, cert_slice, key_slice; in LLVMFuzzerTestOneInput() local
73 ca_slice = grpc_slice_from_static_string(test_root_cert); in LLVMFuzzerTestOneInput()
76 const char* ca_cert = (const char*)GRPC_SLICE_START_PTR(ca_slice); in LLVMFuzzerTestOneInput()
118 grpc_slice_unref(ca_slice); in LLVMFuzzerTestOneInput()