Home
last modified time | relevance | path

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

/freebsd-10-stable/crypto/openssl/ssl/
Dd1_srtp.c125 static SRTP_PROTECTION_PROFILE srtp_known_profiles[] = {
148 SRTP_PROTECTION_PROFILE **pptr, unsigned len) in find_profile_by_name()
150 SRTP_PROTECTION_PROFILE *p; in find_profile_by_name()
166 STACK_OF(SRTP_PROTECTION_PROFILE) **out) in ssl_ctx_make_profiles()
168 STACK_OF(SRTP_PROTECTION_PROFILE) *profiles; in ssl_ctx_make_profiles()
173 SRTP_PROTECTION_PROFILE *p; in ssl_ctx_make_profiles()
220 STACK_OF(SRTP_PROTECTION_PROFILE) *SSL_get_srtp_profiles(SSL *s) in STACK_OF() argument
233 SRTP_PROTECTION_PROFILE *SSL_get_selected_srtp_profile(SSL *s) in SSL_get_selected_srtp_profile()
246 STACK_OF(SRTP_PROTECTION_PROFILE) *clnt = 0; in ssl_add_clienthello_use_srtp_ext()
247 SRTP_PROTECTION_PROFILE *prof; in ssl_add_clienthello_use_srtp_ext()
[all …]
Dsrtp.h138 STACK_OF(SRTP_PROTECTION_PROFILE) *SSL_get_srtp_profiles(SSL *ssl);
139 SRTP_PROTECTION_PROFILE *SSL_get_selected_srtp_profile(SSL *s);
Dssl.h380 } SRTP_PROTECTION_PROFILE; typedef
382 DECLARE_STACK_OF(SRTP_PROTECTION_PROFILE)
1044 STACK_OF(SRTP_PROTECTION_PROFILE) *srtp_profiles;
1478 STACK_OF(SRTP_PROTECTION_PROFILE) *srtp_profiles;
1480 SRTP_PROTECTION_PROFILE *srtp_profile;
/freebsd-10-stable/crypto/openssl/crypto/stack/
Dsafestack.h1472 # define sk_SRTP_PROTECTION_PROFILE_new(cmp) SKM_sk_new(SRTP_PROTECTION_PROFILE, (cmp))
1473 # define sk_SRTP_PROTECTION_PROFILE_new_null() SKM_sk_new_null(SRTP_PROTECTION_PROFILE)
1474 # define sk_SRTP_PROTECTION_PROFILE_free(st) SKM_sk_free(SRTP_PROTECTION_PROFILE, (st))
1475 # define sk_SRTP_PROTECTION_PROFILE_num(st) SKM_sk_num(SRTP_PROTECTION_PROFILE, (st))
1476 # define sk_SRTP_PROTECTION_PROFILE_value(st, i) SKM_sk_value(SRTP_PROTECTION_PROFILE, (st), (i))
1477 # define sk_SRTP_PROTECTION_PROFILE_set(st, i, val) SKM_sk_set(SRTP_PROTECTION_PROFILE, (st), (i), …
1478 # define sk_SRTP_PROTECTION_PROFILE_zero(st) SKM_sk_zero(SRTP_PROTECTION_PROFILE, (st))
1479 # define sk_SRTP_PROTECTION_PROFILE_push(st, val) SKM_sk_push(SRTP_PROTECTION_PROFILE, (st), (val))
1480 # define sk_SRTP_PROTECTION_PROFILE_unshift(st, val) SKM_sk_unshift(SRTP_PROTECTION_PROFILE, (st), …
1481 # define sk_SRTP_PROTECTION_PROFILE_find(st, val) SKM_sk_find(SRTP_PROTECTION_PROFILE, (st), (val))
[all …]
/freebsd-10-stable/crypto/openssl/util/
Dindent.pro452 -T SRTP_PROTECTION_PROFILE
/freebsd-10-stable/crypto/openssl/apps/
Ds_client.c2053 SRTP_PROTECTION_PROFILE *srtp_profile = in print_stuff()
Ds_server.c2454 SRTP_PROTECTION_PROFILE *srtp_profile in init_ssl_connection()