OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ca_cert_pem
(Results
1 - 3
of
3
) sorted by null
/external/libmicrohttpd/src/testcurl/https/
tls_test_keys.h
55
const char
ca_cert_pem
[] = "-----BEGIN CERTIFICATE-----\n"
variable
test_tls_authentication.c
39
extern const char
ca_cert_pem
[];
tls_test_common.c
43
if (fwrite (
ca_cert_pem
, sizeof (char), strlen (
ca_cert_pem
) + 1, cert_fd)
44
!= strlen (
ca_cert_pem
) + 1)
Completed in 63 milliseconds