Home
last modified time | relevance | path

Searched refs:ssl_ctx_make_profiles (Results 1 – 2 of 2) sorted by relevance

/dragonfly/crypto/libressl/ssl/
H A Dd1_srtp.c189 ssl_ctx_make_profiles(const char *profiles_string, in ssl_ctx_make_profiles() function
230 return ssl_ctx_make_profiles(profiles, &ctx->internal->srtp_profiles); in SSL_CTX_set_tlsext_use_srtp()
236 return ssl_ctx_make_profiles(profiles, &s->internal->srtp_profiles); in SSL_set_tlsext_use_srtp()
/dragonfly/crypto/libressl/
H A DChangeLog907 * Avoid casting away const in ssl_ctx_make_profiles().