Searched refs:SSL_get0_next_proto_negotiated (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/crypto/openssl/apps/
H A Ds_client.c2041 SSL_get0_next_proto_negotiated(s, &proto, &proto_len);
H A Ds_server.c2445 SSL_get0_next_proto_negotiated(con, &next_proto_neg, &next_proto_neg_len);
/freebsd-10.1-release/crypto/openssl/ssl/
H A Dssl.h1152 void SSL_get0_next_proto_negotiated(const SSL *s, const unsigned char **data,
H A Dssl_lib.c1598 * SSL_get0_next_proto_negotiated sets *data and *len to point to the
1605 void SSL_get0_next_proto_negotiated(const SSL *s, const unsigned char **data, function

Completed in 92 milliseconds