Home | History | Annotate | Download | only in ssl

Lines Matching defs:ssl

0 /* ssl/tls1.h */
5 * This package is an SSL implementation written
7 * The implementation was written so as to conform with Netscapes SSL.
12 * lhash, DES, etc., code; not just the SSL code. The SSL documentation
136 int SSL_set_tlsext_use_srtp(SSL *ctx, const char *profiles);
137 SRTP_PROTECTION_PROFILE *SSL_get_selected_srtp_profile(SSL *s);
139 STACK_OF(SRTP_PROTECTION_PROFILE) *SSL_get_srtp_profiles(SSL *ssl);
140 SRTP_PROTECTION_PROFILE *SSL_get_selected_srtp_profile(SSL *s);