HomeSort by relevance Sort by last modified time
    Searched refs:SRTP_PROTECTION_PROFILE (Results 1 - 4 of 4) sorted by null

  /external/boringssl/src/include/openssl/
srtp.h 146 OPENSSL_EXPORT STACK_OF(SRTP_PROTECTION_PROFILE) *SSL_get_srtp_profiles(
151 OPENSSL_EXPORT const SRTP_PROTECTION_PROFILE *SSL_get_selected_srtp_profile(
stack_macros.h     [all...]
ssl.h 623 } SRTP_PROTECTION_PROFILE;
625 DECLARE_STACK_OF(SRTP_PROTECTION_PROFILE)
    [all...]
  /external/boringssl/src/ssl/
d1_srtp.c 128 static const SRTP_PROTECTION_PROFILE srtp_known_profiles[] = {
139 const SRTP_PROTECTION_PROFILE **pptr,
141 const SRTP_PROTECTION_PROFILE *p;
157 const SRTP_PROTECTION_PROFILE **pptr) {
158 const SRTP_PROTECTION_PROFILE *p;
173 STACK_OF(SRTP_PROTECTION_PROFILE) **out) {
174 STACK_OF(SRTP_PROTECTION_PROFILE) *profiles;
187 const SRTP_PROTECTION_PROFILE *p;
216 STACK_OF(SRTP_PROTECTION_PROFILE) *SSL_get_srtp_profiles(SSL *s) {
232 const SRTP_PROTECTION_PROFILE *SSL_get_selected_srtp_profile(SSL *s)
    [all...]

Completed in 296 milliseconds