Home
last modified time | relevance | path

Searched refs:sk_SRTP_PROTECTION_PROFILE_push (Results 1 – 2 of 2) sorted by relevance

/external/boringssl/src/ssl/
Dd1_srtp.c191 sk_SRTP_PROTECTION_PROFILE_push(profiles, p); in ssl_ctx_make_profiles()
319 sk_SRTP_PROTECTION_PROFILE_push(client_profiles, cprof); in ssl_parse_clienthello_use_srtp_ext()
/external/boringssl/src/include/openssl/
Dstack_macros.h3714 #define sk_SRTP_PROTECTION_PROFILE_push(sk, p) \ macro