Searched refs:SSL_get_srtp_profiles (Results 1 – 7 of 7) sorted by relevance
7 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 stack92 SSL_get_srtp_profiles() returns a stack of SRTP_PROTECTION_PROFILE objects on
41 __owur STACK_OF(SRTP_PROTECTION_PROFILE) *SSL_get_srtp_profiles(SSL *ssl);
122 STACK_OF(SRTP_PROTECTION_PROFILE) *SSL_get_srtp_profiles(SSL *s) in STACK_OF()
513 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()
416 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()
80 SSL_get_srtp_profiles 81 1_1_0 EXIST::FUNCTION:SRTP
374 #define SSL_get_srtp_profiles BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, SSL_get_srtp_profiles) macro