Home
last modified time | relevance | path

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

/NextBSD/crypto/openssl/ssl/
HDd1_srtp.c124 static SRTP_PROTECTION_PROFILE srtp_known_profiles[] = {
147 SRTP_PROTECTION_PROFILE **pptr, unsigned len) in find_profile_by_name()
149 SRTP_PROTECTION_PROFILE *p; in find_profile_by_name()
165 STACK_OF(SRTP_PROTECTION_PROFILE) **out) in ssl_ctx_make_profiles()
167 STACK_OF(SRTP_PROTECTION_PROFILE) *profiles; in ssl_ctx_make_profiles()
172 SRTP_PROTECTION_PROFILE *p; in ssl_ctx_make_profiles()
219 STACK_OF(SRTP_PROTECTION_PROFILE) *SSL_get_srtp_profiles(SSL *s) in STACK_OF() argument
232 SRTP_PROTECTION_PROFILE *SSL_get_selected_srtp_profile(SSL *s) in SSL_get_selected_srtp_profile()
245 STACK_OF(SRTP_PROTECTION_PROFILE) *clnt = 0; in ssl_add_clienthello_use_srtp_ext()
246 SRTP_PROTECTION_PROFILE *prof; in ssl_add_clienthello_use_srtp_ext()
[all …]
HDsrtp.h138 STACK_OF(SRTP_PROTECTION_PROFILE) *SSL_get_srtp_profiles(SSL *ssl);
HDssl.h386 } SRTP_PROTECTION_PROFILE; typedef
388 DECLARE_STACK_OF(SRTP_PROTECTION_PROFILE)
1145 STACK_OF(SRTP_PROTECTION_PROFILE) *srtp_profiles;
1653 STACK_OF(SRTP_PROTECTION_PROFILE) *srtp_profiles;
1655 SRTP_PROTECTION_PROFILE *srtp_profile;
/NextBSD/crypto/openssl/crypto/stack/
HDsafestack.h1578 # define sk_SRTP_PROTECTION_PROFILE_new(cmp) SKM_sk_new(SRTP_PROTECTION_PROFILE, (cmp))
1579 # define sk_SRTP_PROTECTION_PROFILE_new_null() SKM_sk_new_null(SRTP_PROTECTION_PROFILE)
1580 # define sk_SRTP_PROTECTION_PROFILE_free(st) SKM_sk_free(SRTP_PROTECTION_PROFILE, (st))
1581 # define sk_SRTP_PROTECTION_PROFILE_num(st) SKM_sk_num(SRTP_PROTECTION_PROFILE, (st))
1582 # define sk_SRTP_PROTECTION_PROFILE_value(st, i) SKM_sk_value(SRTP_PROTECTION_PROFILE, (st), (i))
1583 # define sk_SRTP_PROTECTION_PROFILE_set(st, i, val) SKM_sk_set(SRTP_PROTECTION_PROFILE, (st), (i), …
1584 # define sk_SRTP_PROTECTION_PROFILE_zero(st) SKM_sk_zero(SRTP_PROTECTION_PROFILE, (st))
1585 # define sk_SRTP_PROTECTION_PROFILE_push(st, val) SKM_sk_push(SRTP_PROTECTION_PROFILE, (st), (val))
1586 # define sk_SRTP_PROTECTION_PROFILE_unshift(st, val) SKM_sk_unshift(SRTP_PROTECTION_PROFILE, (st), …
1587 # define sk_SRTP_PROTECTION_PROFILE_find(st, val) SKM_sk_find(SRTP_PROTECTION_PROFILE, (st), (val))
[all …]
/NextBSD/crypto/openssl/util/
HDindent.pro452 -T SRTP_PROTECTION_PROFILE
/NextBSD/crypto/openssl/apps/
HDs_client.c2271 SRTP_PROTECTION_PROFILE *srtp_profile = in print_stuff()
HDs_server.c2673 SRTP_PROTECTION_PROFILE *srtp_profile in init_ssl_connection()