HomeSort by: relevance | last modified time | path
    Searched defs:srtp_profiles (Results 1 - 10 of 10) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/test/ossl_shim/
test_config.h 50 std::string srtp_profiles; member in struct:TestConfig
  /src/crypto/external/apache2/openssl/dist/apps/
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) {
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) {
  /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/ssl/
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
  /src/crypto/external/bsd/openssl/dist/ssl/
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
  /src/crypto/external/bsd/openssl.old/dist/ssl/
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

Completed in 51 milliseconds