Home
last modified time | relevance | path

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

/freebsd-14-stable/crypto/openssl/ssl/
HDd1_srtp.c133 return s->srtp_profile; in SSL_get_selected_srtp_profile()
HDssl_local.h1719 SRTP_PROTECTION_PROFILE *srtp_profile; member
/freebsd-14-stable/crypto/openssl/ssl/statem/
HDextensions_srvr.c486 s->srtp_profile = NULL; in tls_parse_ctos_use_srtp()
508 s->srtp_profile = sprof; in tls_parse_ctos_use_srtp()
1512 if (s->srtp_profile == NULL) in tls_construct_stoc_use_srtp()
1518 || !WPACKET_put_bytes_u16(pkt, s->srtp_profile->id) in tls_construct_stoc_use_srtp()
HDextensions.c1275 s->srtp_profile = NULL; in init_srtp()
HDextensions_clnt.c1692 s->srtp_profile = prof; in tls_parse_stoc_use_srtp()
/freebsd-14-stable/crypto/openssl/apps/
HDs_client.c3302 SRTP_PROTECTION_PROFILE *srtp_profile = in print_stuff() local
3305 if (srtp_profile) in print_stuff()
3307 srtp_profile->name); in print_stuff()
HDs_server.c2994 SRTP_PROTECTION_PROFILE *srtp_profile in print_connection_info() local
2997 if (srtp_profile) in print_connection_info()
2999 srtp_profile->name); in print_connection_info()