OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ca_slice
(Results
1 - 4
of
4
) sorted by null
/external/grpc-grpc/test/core/security/
ssl_server_fuzzer.cc
72
grpc_slice
ca_slice
, cert_slice, key_slice;
local
73
ca_slice
= grpc_slice_from_static_string(test_root_cert);
76
const char* ca_cert = (const char*)GRPC_SLICE_START_PTR(
ca_slice
);
118
grpc_slice_unref(
ca_slice
);
/external/grpc-grpc/test/core/handshake/
verify_peer_options.cc
55
grpc_slice
ca_slice
, cert_slice, key_slice;
local
57
grpc_load_file(SSL_CA_PATH, 1, &
ca_slice
)));
63
reinterpret_cast<const char*> GRPC_SLICE_START_PTR(
ca_slice
);
108
grpc_slice_unref(
ca_slice
);
129
grpc_slice
ca_slice
, cert_slice, key_slice;
local
131
grpc_load_file(SSL_CA_PATH, 1, &
ca_slice
)));
137
reinterpret_cast<const char*> GRPC_SLICE_START_PTR(
ca_slice
);
192
grpc_slice_unref(
ca_slice
);
client_ssl.cc
241
grpc_slice
ca_slice
, cert_slice, key_slice;
local
243
grpc_load_file(SSL_CA_PATH, 1, &
ca_slice
)));
249
reinterpret_cast<const char*> GRPC_SLICE_START_PTR(
ca_slice
);
303
grpc_slice_unref(
ca_slice
);
server_ssl_common.cc
75
grpc_slice
ca_slice
, cert_slice, key_slice;
local
77
grpc_load_file(SSL_CA_PATH, 1, &
ca_slice
)));
83
reinterpret_cast<const char*> GRPC_SLICE_START_PTR(
ca_slice
);
125
grpc_slice_unref(
ca_slice
);
Completed in 467 milliseconds