Searched refs:SSL_get0_next_proto_negotiated (Results 1 – 13 of 13) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_CTX_set_alpn_select_cb.pod | 7 SSL_select_next_proto, SSL_get0_alpn_selected, SSL_get0_next_proto_negotiated 47 void SSL_get0_next_proto_negotiated(const SSL *s, const unsigned char **data, 115 SSL_get0_next_proto_negotiated() sets B<data> and B<len> to point to the
|
/freebsd/secure/lib/libssl/ |
H A D | Version.map | 236 SSL_get0_next_proto_negotiated;
|
/freebsd/crypto/openssl/test/helpers/ |
H A D | handshake.c | 1673 SSL_get0_next_proto_negotiated(client.ssl, &proto, &proto_len); in do_handshake_internal() 1676 SSL_get0_next_proto_negotiated(server.ssl, &proto, &proto_len); in do_handshake_internal()
|
/freebsd/crypto/openssl/test/ |
H A D | ssl_old_test.c | 150 SSL_get0_next_proto_negotiated(client, &client_s, &client_len); in verify_npn() 151 SSL_get0_next_proto_negotiated(server, &server_s, &server_len); in verify_npn()
|
H A D | sslapitest.c | 12440 SSL_get0_next_proto_negotiated(serverssl, &prot, &protlen); in test_npn()
|
/freebsd/crypto/openssl/util/ |
H A D | libssl.num | 291 SSL_get0_next_proto_negotiated 292 3_0_0 EXIST::FUNCTION:NEXTPROTONEG
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | ssl.h | 821 void SSL_get0_next_proto_negotiated(const SSL *s, const unsigned char **data, 823 # define SSL_get0_npn_negotiated SSL_get0_next_proto_negotiated
|
H A D | ssl.h.in | 798 void SSL_get0_next_proto_negotiated(const SSL *s, const unsigned char **data, 800 # define SSL_get0_npn_negotiated SSL_get0_next_proto_negotiated
|
/freebsd/crypto/openssl/apps/ |
H A D | s_client.c | 3568 SSL_get0_next_proto_negotiated(s, &proto, &proto_len); in print_stuff()
|
H A D | s_server.c | 3100 SSL_get0_next_proto_negotiated(con, &next_proto_neg, &next_proto_neg_len); in print_connection_info()
|
/freebsd/crypto/openssl/doc/designs/quic-design/ |
H A D | quic-api-ssl-funcs.md | 198 | `SSL_get0_next_proto_negotiated` | HL | U | FC | NC\* †3 | Done …
|
/freebsd/crypto/openssl/ssl/ |
H A D | ssl_lib.c | 3662 void SSL_get0_next_proto_negotiated(const SSL *s, const unsigned char **data, in SSL_get0_next_proto_negotiated() function
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 4126 MLINKS+= SSL_CTX_set_alpn_select_cb.3 SSL_get0_next_proto_negotiated.3
|