Home
last modified time | relevance | path

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

/third_party/openssl/doc/man3/
DSSL_CTX_set_tlsext_use_srtp.pod7 SSL_get_srtp_profiles,
18 STACK_OF(SRTP_PROTECTION_PROFILE) *SSL_get_srtp_profiles(SSL *ssl);
68 server can be obtained by calling SSL_get_srtp_profiles(). This returns a stack
92 SSL_get_srtp_profiles() returns a stack of SRTP_PROTECTION_PROFILE objects on
/third_party/openssl/include/openssl/
Dsrtp.h41 __owur STACK_OF(SRTP_PROTECTION_PROFILE) *SSL_get_srtp_profiles(SSL *ssl);
/third_party/openssl/ssl/
Dd1_srtp.c122 STACK_OF(SRTP_PROTECTION_PROFILE) *SSL_get_srtp_profiles(SSL *s) in STACK_OF()
/third_party/openssl/ssl/statem/
Dextensions_srvr.c513 if (SSL_get_srtp_profiles(s) == NULL) in tls_parse_ctos_use_srtp()
524 srvr = SSL_get_srtp_profiles(s); in tls_parse_ctos_use_srtp()
Dextensions_clnt.c416 STACK_OF(SRTP_PROTECTION_PROFILE) *clnt = SSL_get_srtp_profiles(s); in tls_construct_ctos_use_srtp()
1712 clnt = SSL_get_srtp_profiles(s); in tls_parse_stoc_use_srtp()
/third_party/openssl/util/
Dlibssl.num80 SSL_get_srtp_profiles 81 1_1_0 EXIST::FUNCTION:SRTP
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h374 #define SSL_get_srtp_profiles BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, SSL_get_srtp_profiles) macro