Home
last modified time | relevance | path

Searched refs:cert_pem (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/microhttpd/doc/examples/
H A Dtlsauthentication.c238 char *cert_pem; in main() local
241 cert_pem = load_file (SERVERCERTFILE); in main()
243 if ((key_pem == NULL) || (cert_pem == NULL)) in main()
253 MHD_OPTION_HTTPS_MEM_CERT, cert_pem, MHD_OPTION_END); in main()
256 printf ("%s\n", cert_pem); in main()
259 free (cert_pem); in main()
268 free (cert_pem); in main()
/third_party/skia/third_party/externals/microhttpd/src/examples/
H A Dhttps_fileserver_example.c51 const char cert_pem[] = variable
183 MHD_OPTION_HTTPS_MEM_CERT, cert_pem, in main()
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-tls-mem/
H A Dminimal-http-server-tls-mem.c47 static const char *cert_pem = variable
431 info.server_ssl_cert_mem = cert_pem; in main()
432 info.server_ssl_cert_mem_len = (unsigned int)strlen(cert_pem); in main()

Completed in 4 milliseconds