Searched refs:meth (Results 1 – 5 of 5) sorted by relevance
/apps/lib/ |
A D | http_server.c | 272 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 D | ciphers.c | 93 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 D | s_time.c | 120 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 D | s_client.c | 874 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 D | s_server.c | 1236 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