Home
last modified time | relevance | path

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

/openssl/ssl/
H A Dd1_srtp.c183 return sc->srtp_profile; in SSL_get_selected_srtp_profile()
H A Dssl_local.h1719 SRTP_PROTECTION_PROFILE *srtp_profile; member
/openssl/ssl/statem/
H A Dextensions_srvr.c501 s->srtp_profile = NULL; in tls_parse_ctos_use_srtp()
523 s->srtp_profile = sprof; in tls_parse_ctos_use_srtp()
1556 if (s->srtp_profile == NULL) in tls_construct_stoc_use_srtp()
1562 || !WPACKET_put_bytes_u16(pkt, s->srtp_profile->id) in tls_construct_stoc_use_srtp()
H A Dextensions.c1335 s->srtp_profile = NULL; in init_srtp()
H A Dextensions_clnt.c1755 s->srtp_profile = prof; in tls_parse_stoc_use_srtp()
/openssl/apps/
H A Ds_client.c3554 SRTP_PROTECTION_PROFILE *srtp_profile = in print_stuff() local
3557 if (srtp_profile) in print_stuff()
3559 srtp_profile->name); in print_stuff()
H A Ds_server.c3107 SRTP_PROTECTION_PROFILE *srtp_profile in print_connection_info() local
3110 if (srtp_profile) in print_connection_info()
3112 srtp_profile->name); in print_connection_info()

Completed in 99 milliseconds