/openssl/crypto/bio/ |
H A D | bio_addr.c | 237 char host[NI_MAXHOST] = "", serv[NI_MAXSERV] = ""; in addr_strings() local 504 int BIO_parse_hostserv(const char *hostserv, char **host, char **service, in BIO_parse_hostserv() 642 int BIO_lookup(const char *host, const char *service, in BIO_lookup() 671 int BIO_lookup_ex(const char *host, const char *service, int lookup_type, in BIO_lookup_ex()
|
H A D | bio_sock.c | 252 int BIO_get_accept_socket(char *host, int bind_mode) in BIO_get_accept_socket() 305 char *host = BIO_ADDR_hostname_string(&res, 1); in BIO_accept() local
|
H A D | bss_conn.c | 540 char *host = BIO_ADDR_hostname_string(addr, 1); in conn_ctrl() local
|
/openssl/crypto/http/ |
H A D | http_lib.c | 60 const char *host, *host_end; in OSSL_parse_url() local 261 char host[NI_MAXHOST]; in use_proxy() local
|
H A D | http_client.c | 371 const STACK_OF(CONF_VALUE) *headers, const char *host) in add1_headers() 952 const char *host = server; in http_new_bio() local 1220 char *host; in OSSL_HTTP_get() local
|
/openssl/apps/lib/ |
H A D | s_socket.c | 75 int init_client(int *sock, const char *host, const char *port, in init_client() 287 int do_server(int *accept_sock, const char *host, const char *port, in do_server()
|
H A D | apps.c | 2594 const char *host = vpm == NULL ? NULL : in app_http_tls_cb() local 2683 ASN1_VALUE *app_http_post_asn1(const char *host, const char *port, in app_http_post_asn1()
|
/openssl/apps/ |
H A D | s_time.c | 124 char *host = SSL_CONNECT_NAME, *certfile = NULL, *keyfile = NULL, *prog; in s_time_main() local 413 static SSL *doConnection(SSL *scon, const char *host, SSL_CTX *ctx) in doConnection()
|
H A D | ocsp.c | 234 char *host = NULL, *port = NULL, *path = "/", *outfile = NULL; in ocsp_main() local 1231 OCSP_RESPONSE *process_responder(OCSP_REQUEST *req, const char *host, in process_responder()
|
H A D | s_server.c | 458 char *host, *path, *port; member 478 char *host = NULL, *port = NULL, *path = NULL; in get_ocsp_resp_from_responder() local 1044 char *host = NULL; in s_server_main() local
|
H A D | cmp.c | 775 static int truststore_set_host_etc(X509_STORE *ts, const char *host) in truststore_set_host_etc() 1343 static SSL_CTX *setup_ssl_ctx(OSSL_CMP_CTX *ctx, const char *host, in setup_ssl_ctx() 2093 char *host = NULL, *port = NULL, *path = NULL, *used_path = opt_path; in setup_client_ctx() local
|
H A D | s_client.c | 867 char *chCApath = NULL, *chCAfile = NULL, *chCAstore = NULL, *host = NULL; in s_client_main() local 3730 static int is_dNS_name(const char *host) in is_dNS_name()
|
/openssl/test/ |
H A D | http_test.c | 255 char *user, *host, *port, *path, *query, *frag; in test_http_url_ok() local 285 char *host, *path; in test_http_url_path_query_ok() local 326 char *host = "1", *port = "1", *path = "1"; in test_http_url_invalid() local
|
H A D | servername_test.c | 29 static const char *host = "dummy-host"; variable
|
H A D | v3nametest.c | 233 int host; member
|
/openssl/include/openssl/ |
H A D | ocsp.h.in | 260 # define OCSP_parse_url(url, host, port, path, ssl) \ argument
|
/openssl/providers/implementations/kdfs/ |
H A D | kbkdf.c | 91 static uint32_t be32(uint32_t host) in be32()
|
/openssl/test/helpers/ |
H A D | ssltestlib.c | 1014 const char *host = "127.0.0.1"; in create_test_sockets() local
|