Searched refs:SRTP_PROTECTION_PROFILE (Results 1 – 11 of 11) sorted by relevance
22 static SRTP_PROTECTION_PROFILE srtp_known_profiles[] = {43 SRTP_PROTECTION_PROFILE **pptr, size_t len) in find_profile_by_name()45 SRTP_PROTECTION_PROFILE *p; in find_profile_by_name()62 STACK_OF(SRTP_PROTECTION_PROFILE) **out) in ssl_ctx_make_profiles()64 STACK_OF(SRTP_PROTECTION_PROFILE) *profiles; in ssl_ctx_make_profiles()68 SRTP_PROTECTION_PROFILE *p; in ssl_ctx_make_profiles()118 STACK_OF(SRTP_PROTECTION_PROFILE) *SSL_get_srtp_profiles(SSL *s) in STACK_OF() argument131 SRTP_PROTECTION_PROFILE *SSL_get_selected_srtp_profile(SSL *s) in SSL_get_selected_srtp_profile()
1137 STACK_OF(SRTP_PROTECTION_PROFILE) *srtp_profiles;1717 STACK_OF(SRTP_PROTECTION_PROFILE) *srtp_profiles;1719 SRTP_PROTECTION_PROFILE *srtp_profile;
47 __owur STACK_OF(SRTP_PROTECTION_PROFILE) *SSL_get_srtp_profiles(SSL *ssl);48 __owur SRTP_PROTECTION_PROFILE *SSL_get_selected_srtp_profile(SSL *s);
243 } SRTP_PROTECTION_PROFILE; typedef244 SKM_DEFINE_STACK_OF_INTERNAL(SRTP_PROTECTION_PROFILE, SRTP_PROTECTION_PROFILE, SRTP_PROTECTION_PROF…246 #define sk_SRTP_PROTECTION_PROFILE_value(sk, idx) ((SRTP_PROTECTION_PROFILE *)OPENSSL_sk_value(ossl…247 #define sk_SRTP_PROTECTION_PROFILE_new(cmp) ((STACK_OF(SRTP_PROTECTION_PROFILE) *)OPENSSL_sk_new(os…248 #define sk_SRTP_PROTECTION_PROFILE_new_null() ((STACK_OF(SRTP_PROTECTION_PROFILE) *)OPENSSL_sk_new_…249 #define sk_SRTP_PROTECTION_PROFILE_new_reserve(cmp, n) ((STACK_OF(SRTP_PROTECTION_PROFILE) *)OPENSS…253 #define sk_SRTP_PROTECTION_PROFILE_delete(sk, i) ((SRTP_PROTECTION_PROFILE *)OPENSSL_sk_delete(ossl…254 #define sk_SRTP_PROTECTION_PROFILE_delete_ptr(sk, ptr) ((SRTP_PROTECTION_PROFILE *)OPENSSL_sk_delet…257 #define sk_SRTP_PROTECTION_PROFILE_pop(sk) ((SRTP_PROTECTION_PROFILE *)OPENSSL_sk_pop(ossl_check_SR…258 #define sk_SRTP_PROTECTION_PROFILE_shift(sk) ((SRTP_PROTECTION_PROFILE *)OPENSSL_sk_shift(ossl_chec…[all …]
244 } SRTP_PROTECTION_PROFILE; typedef246 generate_stack_macros("SRTP_PROTECTION_PROFILE");
18 STACK_OF(SRTP_PROTECTION_PROFILE) *SSL_get_srtp_profiles(SSL *ssl);19 SRTP_PROTECTION_PROFILE *SSL_get_selected_srtp_profile(SSL *s);69 of SRTP_PROTECTION_PROFILE objects. The memory pointed to in the return value of92 SSL_get_srtp_profiles() returns a stack of SRTP_PROTECTION_PROFILE objects on95 SSL_get_selected_srtp_profile() returns a pointer to an SRTP_PROTECTION_PROFILE
435 STACK_OF(SRTP_PROTECTION_PROFILE) *clnt = SSL_get_srtp_profiles(s); in tls_construct_ctos_use_srtp()452 const SRTP_PROTECTION_PROFILE *prof = in tls_construct_ctos_use_srtp()1659 STACK_OF(SRTP_PROTECTION_PROFILE) *clnt; in tls_parse_stoc_use_srtp()1660 SRTP_PROTECTION_PROFILE *prof; in tls_parse_stoc_use_srtp()
468 STACK_OF(SRTP_PROTECTION_PROFILE) *srvr; in tls_parse_ctos_use_srtp()504 SRTP_PROTECTION_PROFILE *sprof = in tls_parse_ctos_use_srtp()
382 -T SRTP_PROTECTION_PROFILE
3302 SRTP_PROTECTION_PROFILE *srtp_profile = in print_stuff()
2994 SRTP_PROTECTION_PROFILE *srtp_profile in print_connection_info()