Home
last modified time | relevance | path

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

/openssl-master/
A De_os.h286 struct servent *getservbyname(const char *name, const char *proto);
344 # define getservbyname(name,proto) getservbyname((char*)name,proto) argument
A DConfigure508 foreach my $proto ((@tls, @dtls))
510 push(@disablables, $proto);
511 push(@disablables, "$proto-method") unless $proto eq "tls1_3";
818 foreach my $proto ((@tls, @dtls))
820 if ($1 eq "$proto-method")
822 $disabled{"$proto"} = "option($proto-method)";
828 foreach my $proto (@dtls)
830 $disabled{$proto} = "option(dtls)";
843 foreach my $proto (@tls)
845 $disabled{$proto} = "option(tls)";
/openssl-master/crypto/bio/
A Dbio_addr.c855 char *proto = NULL; in BIO_lookup_ex() local
862 proto = "tcp"; in BIO_lookup_ex()
865 proto = "udp"; in BIO_lookup_ex()
872 se_fallback.s_proto = proto; in BIO_lookup_ex()
875 se = getservbyname(service, proto); in BIO_lookup_ex()
/openssl-master/test/helpers/
A Dhandshake.c1404 const unsigned char *proto = NULL; in do_handshake_internal() local
1639 SSL_get0_next_proto_negotiated(client.ssl, &proto, &proto_len); in do_handshake_internal()
1640 ret->client_npn_negotiated = dup_str(proto, proto_len); in do_handshake_internal()
1642 SSL_get0_next_proto_negotiated(server.ssl, &proto, &proto_len); in do_handshake_internal()
1643 ret->server_npn_negotiated = dup_str(proto, proto_len); in do_handshake_internal()
1646 SSL_get0_alpn_selected(client.ssl, &proto, &proto_len); in do_handshake_internal()
1647 ret->client_alpn_negotiated = dup_str(proto, proto_len); in do_handshake_internal()
1649 SSL_get0_alpn_selected(server.ssl, &proto, &proto_len); in do_handshake_internal()
1650 ret->server_alpn_negotiated = dup_str(proto, proto_len); in do_handshake_internal()
/openssl-master/apps/
A Ds_client.c3233 const unsigned char *proto; in print_stuff() local
3235 SSL_get0_next_proto_negotiated(s, &proto, &proto_len); in print_stuff()
3237 BIO_write(bio, proto, proto_len); in print_stuff()
3242 const unsigned char *proto; in print_stuff() local
3244 SSL_get0_alpn_selected(s, &proto, &proto_len); in print_stuff()
3247 BIO_write(bio, proto, proto_len); in print_stuff()

Completed in 18 milliseconds