Searched defs:srtp_profile (Results 1 - 5 of 5) sorted by relevance

/external/openssl/apps/
H A Ds_client.c2147 SRTP_PROTECTION_PROFILE *srtp_profile=SSL_get_selected_srtp_profile(s); local
2149 if(srtp_profile)
2151 srtp_profile->name);
H A Ds_server.c2477 SRTP_PROTECTION_PROFILE *srtp_profile local
2480 if(srtp_profile)
2482 srtp_profile->name);
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dssl.h1413 SRTP_PROTECTION_PROFILE *srtp_profile; /* What's been chosen */ member in struct:ssl_st
/external/openssl/include/openssl/
H A Dssl.h1442 SRTP_PROTECTION_PROFILE *srtp_profile; /* What's been chosen */ member in struct:ssl_st
/external/openssl/ssl/
H A Dssl.h1442 SRTP_PROTECTION_PROFILE *srtp_profile; /* What's been chosen */ member in struct:ssl_st

Completed in 2485 milliseconds