Home
last modified time | relevance | path

Searched refs:SRTP_PROTECTION_PROFILE (Results 1 – 11 of 11) sorted by relevance

/src/crypto/openssl/ssl/
H A Dd1_srtp.c23 static const SRTP_PROTECTION_PROFILE srtp_known_profiles[] = {
76 const SRTP_PROTECTION_PROFILE **pptr, size_t len) in find_profile_by_name()
78 const SRTP_PROTECTION_PROFILE *p; in find_profile_by_name()
95 STACK_OF(SRTP_PROTECTION_PROFILE) **out) in ssl_ctx_make_profiles()
97 STACK_OF(SRTP_PROTECTION_PROFILE) *profiles; in ssl_ctx_make_profiles()
101 const SRTP_PROTECTION_PROFILE *p; in ssl_ctx_make_profiles()
113 (SRTP_PROTECTION_PROFILE *)p) in ssl_ctx_make_profiles()
120 (SRTP_PROTECTION_PROFILE *)p)) { in ssl_ctx_make_profiles()
161 STACK_OF(SRTP_PROTECTION_PROFILE) *SSL_get_srtp_profiles(SSL *s) in STACK_OF() argument
176 SRTP_PROTECTION_PROFILE *SSL_get_selected_srtp_profile(SSL *s) in SSL_get_selected_srtp_profile()
H A Dssl_local.h1097 STACK_OF(SRTP_PROTECTION_PROFILE) *srtp_profiles;
1771 STACK_OF(SRTP_PROTECTION_PROFILE) *srtp_profiles;
1773 SRTP_PROTECTION_PROFILE *srtp_profile;
/src/crypto/openssl/include/openssl/
H A Dsrtp.h59 __owur STACK_OF(SRTP_PROTECTION_PROFILE) *SSL_get_srtp_profiles(SSL *ssl);
60 __owur SRTP_PROTECTION_PROFILE *SSL_get_selected_srtp_profile(SSL *s);
H A Dssl.h247 } SRTP_PROTECTION_PROFILE; typedef
249 SKM_DEFINE_STACK_OF_INTERNAL(SRTP_PROTECTION_PROFILE, SRTP_PROTECTION_PROFILE, SRTP_PROTECTION_PROF…
251 #define sk_SRTP_PROTECTION_PROFILE_value(sk, idx) ((SRTP_PROTECTION_PROFILE *)OPENSSL_sk_value(ossl…
252 #define sk_SRTP_PROTECTION_PROFILE_new(cmp) ((STACK_OF(SRTP_PROTECTION_PROFILE) *)OPENSSL_sk_new(os…
253 #define sk_SRTP_PROTECTION_PROFILE_new_null() ((STACK_OF(SRTP_PROTECTION_PROFILE) *)OPENSSL_sk_new_…
254 #define sk_SRTP_PROTECTION_PROFILE_new_reserve(cmp, n) ((STACK_OF(SRTP_PROTECTION_PROFILE) *)OPENSS…
258 #define sk_SRTP_PROTECTION_PROFILE_delete(sk, i) ((SRTP_PROTECTION_PROFILE *)OPENSSL_sk_delete(ossl…
259 #define sk_SRTP_PROTECTION_PROFILE_delete_ptr(sk, ptr) ((SRTP_PROTECTION_PROFILE *)OPENSSL_sk_delet…
262 #define sk_SRTP_PROTECTION_PROFILE_pop(sk) ((SRTP_PROTECTION_PROFILE *)OPENSSL_sk_pop(ossl_check_SR…
263 #define sk_SRTP_PROTECTION_PROFILE_shift(sk) ((SRTP_PROTECTION_PROFILE *)OPENSSL_sk_shift(ossl_chec…
[all …]
H A Dssl.h.in248 } SRTP_PROTECTION_PROFILE; typedef
251 generate_stack_macros("SRTP_PROTECTION_PROFILE");
/src/crypto/openssl/doc/man3/
H A DSSL_CTX_set_tlsext_use_srtp.pod18 STACK_OF(SRTP_PROTECTION_PROFILE) *SSL_get_srtp_profiles(SSL *ssl);
19 SRTP_PROTECTION_PROFILE *SSL_get_selected_srtp_profile(SSL *s);
101 of SRTP_PROTECTION_PROFILE objects. The memory pointed to in the return value of
128 SSL_get_srtp_profiles() returns a stack of SRTP_PROTECTION_PROFILE objects on
131 SSL_get_selected_srtp_profile() returns a pointer to an SRTP_PROTECTION_PROFILE
/src/crypto/openssl/ssl/statem/
H A Dextensions_clnt.c480 STACK_OF(SRTP_PROTECTION_PROFILE) *clnt = SSL_get_srtp_profiles(ssl); in tls_construct_ctos_use_srtp()
497 const SRTP_PROTECTION_PROFILE *prof = sk_SRTP_PROTECTION_PROFILE_value(clnt, i); in tls_construct_ctos_use_srtp()
1764 STACK_OF(SRTP_PROTECTION_PROFILE) *clnt; in tls_parse_stoc_use_srtp()
1765 SRTP_PROTECTION_PROFILE *prof; in tls_parse_stoc_use_srtp()
H A Dextensions_srvr.c491 STACK_OF(SRTP_PROTECTION_PROFILE) *srvr; in tls_parse_ctos_use_srtp()
528 SRTP_PROTECTION_PROFILE *sprof = sk_SRTP_PROTECTION_PROFILE_value(srvr, i); in tls_parse_ctos_use_srtp()
/src/crypto/openssl/util/
H A Dindent.pro382 -T SRTP_PROTECTION_PROFILE
/src/crypto/openssl/apps/
H A Ds_server.c3209 SRTP_PROTECTION_PROFILE *srtp_profile in print_connection_info()
H A Ds_client.c3648 SRTP_PROTECTION_PROFILE *srtp_profile = SSL_get_selected_srtp_profile(s); in print_stuff()