HomeSort by: relevance | last modified time | path
    Searched refs:srtp_profile (Results 1 - 21 of 21) sorted by relevancy

  /src/crypto/external/bsd/openssl/dist/ssl/
d1_srtp.c 133 return s->srtp_profile;
ssl_local.h 1719 SRTP_PROTECTION_PROFILE *srtp_profile; member in struct:ssl_st
  /src/crypto/external/bsd/openssl.old/dist/ssl/
d1_srtp.c 137 return s->srtp_profile;
ssl_local.h 1403 SRTP_PROTECTION_PROFILE *srtp_profile; member in struct:ssl_st
  /src/crypto/external/apache2/openssl/dist/ssl/
d1_srtp.c 183 return sc->srtp_profile;
ssl_local.h 1773 SRTP_PROTECTION_PROFILE *srtp_profile; member in struct:ssl_connection_st
  /src/crypto/external/bsd/openssl/dist/ssl/statem/
extensions_srvr.c 486 s->srtp_profile = NULL;
508 s->srtp_profile = sprof;
1512 if (s->srtp_profile == NULL)
1518 || !WPACKET_put_bytes_u16(pkt, s->srtp_profile->id)
extensions.c 1275 s->srtp_profile = NULL;
extensions_clnt.c 1692 s->srtp_profile = prof;
  /src/crypto/external/bsd/openssl.old/dist/ssl/statem/
extensions_srvr.c 525 s->srtp_profile = NULL;
547 s->srtp_profile = sprof;
1594 if (s->srtp_profile == NULL)
1600 || !WPACKET_put_bytes_u16(pkt, s->srtp_profile->id)
extensions.c 1281 s->srtp_profile = NULL;
extensions_clnt.c 1740 s->srtp_profile = prof;
  /src/crypto/external/apache2/openssl/dist/ssl/statem/
extensions_srvr.c 510 s->srtp_profile = NULL;
531 s->srtp_profile = sprof;
1841 if (s->srtp_profile == NULL)
1847 || !WPACKET_put_bytes_u16(pkt, s->srtp_profile->id)
extensions.c 1279 s->srtp_profile = NULL;
extensions_clnt.c 1797 s->srtp_profile = prof;
  /src/crypto/external/bsd/openssl/dist/apps/
s_client.c 3302 SRTP_PROTECTION_PROFILE *srtp_profile = local
3305 if (srtp_profile)
3307 srtp_profile->name);
s_server.c 2994 SRTP_PROTECTION_PROFILE *srtp_profile local
2997 if (srtp_profile)
2999 srtp_profile->name);
  /src/crypto/external/bsd/openssl.old/dist/apps/
s_client.c 3339 SRTP_PROTECTION_PROFILE *srtp_profile = local
3342 if (srtp_profile)
3344 srtp_profile->name);
s_server.c 2942 SRTP_PROTECTION_PROFILE *srtp_profile local
2945 if (srtp_profile)
2947 srtp_profile->name);
  /src/crypto/external/apache2/openssl/dist/apps/
s_client.c 3648 SRTP_PROTECTION_PROFILE *srtp_profile = SSL_get_selected_srtp_profile(s); local
3650 if (srtp_profile)
3652 srtp_profile->name);
s_server.c 3209 SRTP_PROTECTION_PROFILE *srtp_profile local
3212 if (srtp_profile)
3214 srtp_profile->name);

Completed in 63 milliseconds