Home
last modified time | relevance | path

Searched refs:meth (Results 1 – 5 of 5) sorted by relevance

/apps/lib/
A Dhttp_server.c272 char *meth, *url, *end; in http_server_get_asn1_req() local
339 url = meth = reqbuf; in http_server_get_asn1_req()
350 meth, url); in http_server_get_asn1_req()
363 meth, end + 1); in http_server_get_asn1_req()
377 if (strlen(meth) == 3 && url[0] == '\0') { in http_server_get_asn1_req()
385 "invalid %s request -- bad URL encoding: %s", meth, url); in http_server_get_asn1_req()
389 if (strlen(meth) == 3) { /* GET */ in http_server_get_asn1_req()
/apps/
A Dciphers.c93 const SSL_METHOD *meth = TLS_server_method(); in ciphers_main() local
189 ctx = SSL_CTX_new_ex(app_get0_libctx(), app_get0_propq(), meth); in ciphers_main()
A Ds_time.c120 const SSL_METHOD *meth = NULL; in s_time_main() local
133 meth = TLS_client_method(); in s_time_main()
243 if ((ctx = SSL_CTX_new(meth)) == NULL) in s_time_main()
A Ds_client.c874 const SSL_METHOD *meth = TLS_client_method(); in s_client_main() local
1355 meth = DTLS_client_method(); in s_client_main()
1363 meth = DTLS_client_method(); in s_client_main()
1373 meth = DTLS_client_method(); in s_client_main()
1383 meth = OSSL_QUIC_client_method(); in s_client_main()
1834 ctx = SSL_CTX_new_ex(app_get0_libctx(), app_get0_propq(), meth); in s_client_main()
A Ds_server.c1236 const SSL_METHOD *meth = TLS_server_method(); in s_server_main() local
1771 meth = DTLS_server_method(); in s_server_main()
1777 meth = DTLS_server_method(); in s_server_main()
1785 meth = DTLS_server_method(); in s_server_main()
2147 ctx = SSL_CTX_new_ex(app_get0_libctx(), app_get0_propq(), meth); in s_server_main()
2278 ctx2 = SSL_CTX_new_ex(app_get0_libctx(), app_get0_propq(), meth); in s_server_main()

Completed in 24 milliseconds