| /src/crypto/external/bsd/openssl/dist/ssl/ |
| d1_srtp.c | 110 return ssl_ctx_make_profiles(profiles, &ctx->srtp_profiles); 115 return ssl_ctx_make_profiles(profiles, &s->srtp_profiles); 121 if (s->srtp_profiles != NULL) { 122 return s->srtp_profiles; 123 } else if ((s->ctx != NULL) && (s->ctx->srtp_profiles != NULL)) { 124 return s->ctx->srtp_profiles;
|
| ssl_local.h | 1137 STACK_OF(SRTP_PROTECTION_PROFILE) *srtp_profiles; member in struct:ssl_ctx_st 1717 STACK_OF(SRTP_PROTECTION_PROFILE) *srtp_profiles; member in struct:ssl_st
|
| ssl_lib.c | 1279 sk_SRTP_PROTECTION_PROFILE_free(s->srtp_profiles); 3509 sk_SRTP_PROTECTION_PROFILE_free(a->srtp_profiles);
|
| /src/crypto/external/bsd/openssl.old/dist/ssl/ |
| d1_srtp.c | 114 return ssl_ctx_make_profiles(profiles, &ctx->srtp_profiles); 119 return ssl_ctx_make_profiles(profiles, &s->srtp_profiles); 125 if (s->srtp_profiles != NULL) { 126 return s->srtp_profiles; 127 } else if ((s->ctx != NULL) && (s->ctx->srtp_profiles != NULL)) { 128 return s->ctx->srtp_profiles;
|
| ssl_local.h | 1019 STACK_OF(SRTP_PROTECTION_PROFILE) *srtp_profiles; member in struct:ssl_ctx_st 1401 STACK_OF(SRTP_PROTECTION_PROFILE) *srtp_profiles; member in struct:ssl_st
|
| ssl_lib.c | 1234 sk_SRTP_PROTECTION_PROFILE_free(s->srtp_profiles); 3275 sk_SRTP_PROTECTION_PROFILE_free(a->srtp_profiles);
|
| /src/crypto/external/apache2/openssl/dist/ssl/ |
| d1_srtp.c | 148 return ssl_ctx_make_profiles(profiles, &ctx->srtp_profiles); 158 return ssl_ctx_make_profiles(profiles, &sc->srtp_profiles); 166 if (sc->srtp_profiles != NULL) { 167 return sc->srtp_profiles; 168 } else if ((s->ctx != NULL) && (s->ctx->srtp_profiles != NULL)) { 169 return s->ctx->srtp_profiles;
|
| ssl_local.h | 1097 STACK_OF(SRTP_PROTECTION_PROFILE) *srtp_profiles; member in struct:ssl_ctx_st 1771 STACK_OF(SRTP_PROTECTION_PROFILE) *srtp_profiles; member in struct:ssl_connection_st
|
| ssl_lib.c | 1526 sk_SRTP_PROTECTION_PROFILE_free(s->srtp_profiles); 4398 sk_SRTP_PROTECTION_PROFILE_free(a->srtp_profiles);
|
| /src/crypto/external/bsd/openssl.old/dist/test/ossl_shim/ |
| test_config.h | 50 std::string srtp_profiles; member in struct:TestConfig
|
| test_config.cc | 103 { "-srtp-profiles", &TestConfig::srtp_profiles },
|
| ossl_shim.cc | 966 if (!config->srtp_profiles.empty() && 967 SSL_set_tlsext_use_srtp(ssl.get(), config->srtp_profiles.c_str())) {
|
| /src/crypto/external/bsd/openssl/dist/apps/ |
| s_client.c | 862 char *srtp_profiles = NULL; local 1409 srtp_profiles = opt_arg(); 1828 if (srtp_profiles != NULL) { 1830 if (SSL_CTX_set_tlsext_use_srtp(ctx, srtp_profiles) != 0) {
|
| s_server.c | 1034 char *srtp_profiles = NULL; local 1586 srtp_profiles = opt_arg(); 1932 if (srtp_profiles != NULL) { 1934 if (SSL_CTX_set_tlsext_use_srtp(ctx, srtp_profiles) != 0) {
|
| /src/crypto/external/bsd/openssl.old/dist/apps/ |
| s_client.c | 958 char *srtp_profiles = NULL; local 1476 srtp_profiles = opt_arg(); 1863 if (srtp_profiles != NULL) { 1865 if (SSL_CTX_set_tlsext_use_srtp(ctx, srtp_profiles) != 0) {
|
| s_server.c | 1041 char *srtp_profiles = NULL; local 1560 srtp_profiles = opt_arg(); 1877 if (srtp_profiles != NULL) { 1879 if (SSL_CTX_set_tlsext_use_srtp(ctx, srtp_profiles) != 0) {
|
| /src/crypto/external/apache2/openssl/dist/apps/ |
| s_client.c | 1012 char *srtp_profiles = NULL; local 1596 srtp_profiles = opt_arg(); 2038 if (srtp_profiles != NULL) { 2040 if (SSL_CTX_set_tlsext_use_srtp(ctx, srtp_profiles) != 0) {
|
| s_server.c | 1167 char *srtp_profiles = NULL; local 1734 srtp_profiles = opt_arg(); 2121 if (srtp_profiles != NULL) { 2123 if (SSL_CTX_set_tlsext_use_srtp(ctx, srtp_profiles) != 0) {
|