Home
last modified time | relevance | path

Searched refs:srtp_profile (Results 1 – 7 of 7) sorted by relevance

/freebsd/crypto/openssl/ssl/
H A Dd1_srtp.c183 return sc->srtp_profile; in SSL_get_selected_srtp_profile()
H A Dssl_local.h1773 SRTP_PROTECTION_PROFILE *srtp_profile; member
/freebsd/crypto/openssl/ssl/statem/
H A Dextensions_srvr.c510 s->srtp_profile = NULL; in tls_parse_ctos_use_srtp()
531 s->srtp_profile = sprof; in tls_parse_ctos_use_srtp()
1841 if (s->srtp_profile == NULL) in tls_construct_stoc_use_srtp()
1847 || !WPACKET_put_bytes_u16(pkt, s->srtp_profile->id) in tls_construct_stoc_use_srtp()
H A Dextensions.c1279 s->srtp_profile = NULL; in init_srtp()
H A Dextensions_clnt.c1797 s->srtp_profile = prof; in tls_parse_stoc_use_srtp()
/freebsd/crypto/openssl/apps/
H A Ds_client.c3648 SRTP_PROTECTION_PROFILE *srtp_profile = SSL_get_selected_srtp_profile(s); in print_stuff() local
3650 if (srtp_profile) in print_stuff()
3652 srtp_profile->name); in print_stuff()
H A Ds_server.c3209 SRTP_PROTECTION_PROFILE *srtp_profile in print_connection_info() local
3212 if (srtp_profile) in print_connection_info()
3214 srtp_profile->name); in print_connection_info()