Home
last modified time | relevance | path

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

/third_party/openssl/ssl/
Dd1_srtp.c137 return s->srtp_profile; in SSL_get_selected_srtp_profile()
Dssl_local.h1403 SRTP_PROTECTION_PROFILE *srtp_profile; member
/third_party/boringssl/src/ssl/
Dd1_srtp.cc221 return ssl->s3->srtp_profile; in SSL_get_selected_srtp_profile()
Dt1_lib.cc1603 hs->ssl->s3->srtp_profile = NULL; in ext_srtp_init()
1670 ssl->s3->srtp_profile = profile; in ext_srtp_parse_serverhello()
1712 ssl->s3->srtp_profile = server_profile; in ext_srtp_parse_clienthello()
1723 if (ssl->s3->srtp_profile == NULL) { in ext_srtp_add_serverhello()
1731 !CBB_add_u16(&profile_ids, ssl->s3->srtp_profile->id) || in ext_srtp_add_serverhello()
Dinternal.h2475 const SRTP_PROTECTION_PROFILE *srtp_profile = nullptr;
/third_party/openssl/ssl/statem/
Dextensions_srvr.c525 s->srtp_profile = NULL; in tls_parse_ctos_use_srtp()
547 s->srtp_profile = sprof; in tls_parse_ctos_use_srtp()
1595 if (s->srtp_profile == NULL) in tls_construct_stoc_use_srtp()
1601 || !WPACKET_put_bytes_u16(pkt, s->srtp_profile->id) in tls_construct_stoc_use_srtp()
Dextensions.c1270 s->srtp_profile = NULL; in init_srtp()
Dextensions_clnt.c1727 s->srtp_profile = prof; in tls_parse_stoc_use_srtp()
/third_party/openssl/apps/
Ds_server.c2892 SRTP_PROTECTION_PROFILE *srtp_profile in print_connection_info() local
2895 if (srtp_profile) in print_connection_info()
2897 srtp_profile->name); in print_connection_info()
Ds_client.c3326 SRTP_PROTECTION_PROFILE *srtp_profile = in print_stuff() local
3329 if (srtp_profile) in print_stuff()
3331 srtp_profile->name); in print_stuff()