Searched refs:ca_slice (Results 1 – 5 of 5) sorted by relevance
/external/grpc-grpc/test/core/handshake/ |
D | verify_peer_options.cc | 55 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()
|
D | server_ssl_common.cc | 75 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()
|
D | client_ssl.cc | 241 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/rust/crates/grpcio-sys/grpc/test/core/security/ |
D | ssl_server_fuzzer.cc | 72 grpc_slice ca_slice, cert_slice, key_slice; in LLVMFuzzerTestOneInput() local 74 grpc_load_file(CA_CERT_PATH, 1, &ca_slice))); in LLVMFuzzerTestOneInput() 80 reinterpret_cast<const char*> GRPC_SLICE_START_PTR(ca_slice); in LLVMFuzzerTestOneInput() 90 grpc_slice_unref(ca_slice); in LLVMFuzzerTestOneInput()
|
/external/grpc-grpc/test/core/security/ |
D | ssl_server_fuzzer.cc | 72 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()
|