Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssl/ssl/
H A Dd1_srtp.c22 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()
122 STACK_OF(SRTP_PROTECTION_PROFILE) *SSL_get_srtp_profiles(SSL *s) in STACK_OF() argument
135 SRTP_PROTECTION_PROFILE *SSL_get_selected_srtp_profile(SSL *s) in SSL_get_selected_srtp_profile()
H A Dssl_local.h1021 STACK_OF(SRTP_PROTECTION_PROFILE) *srtp_profiles;
1403 STACK_OF(SRTP_PROTECTION_PROFILE) *srtp_profiles;
1405 SRTP_PROTECTION_PROFILE *srtp_profile;
/freebsd-13.1/crypto/openssl/include/openssl/
H A Dsrtp.h41 __owur STACK_OF(SRTP_PROTECTION_PROFILE) *SSL_get_srtp_profiles(SSL *ssl);
42 __owur SRTP_PROTECTION_PROFILE *SSL_get_selected_srtp_profile(SSL *s);
H A Dssl.h225 } SRTP_PROTECTION_PROFILE; typedef
227 DEFINE_STACK_OF(SRTP_PROTECTION_PROFILE)
/freebsd-13.1/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);
69 of SRTP_PROTECTION_PROFILE objects. The memory pointed to in the return value of
92 SSL_get_srtp_profiles() returns a stack of SRTP_PROTECTION_PROFILE objects on
95 SSL_get_selected_srtp_profile() returns a pointer to an SRTP_PROTECTION_PROFILE
/freebsd-13.1/crypto/openssl/ssl/statem/
H A Dextensions_clnt.c416 STACK_OF(SRTP_PROTECTION_PROFILE) *clnt = SSL_get_srtp_profiles(s); in tls_construct_ctos_use_srtp()
434 const SRTP_PROTECTION_PROFILE *prof = in tls_construct_ctos_use_srtp()
1692 STACK_OF(SRTP_PROTECTION_PROFILE) *clnt; in tls_parse_stoc_use_srtp()
1693 SRTP_PROTECTION_PROFILE *prof; in tls_parse_stoc_use_srtp()
H A Dextensions_srvr.c507 STACK_OF(SRTP_PROTECTION_PROFILE) *srvr; in tls_parse_ctos_use_srtp()
543 SRTP_PROTECTION_PROFILE *sprof = in tls_parse_ctos_use_srtp()
/freebsd-13.1/crypto/openssl/apps/
H A Ds_client.c3345 SRTP_PROTECTION_PROFILE *srtp_profile = in print_stuff()
H A Ds_server.c2903 SRTP_PROTECTION_PROFILE *srtp_profile in print_connection_info()