Go to the source code of this file.
Macros | |
| #define | SRTP_AES128_CM_SHA1_80 0x0001 |
| #define | SRTP_AES128_CM_SHA1_32 0x0002 |
| #define | SRTP_AES128_F8_SHA1_80 0x0003 |
| #define | SRTP_AES128_F8_SHA1_32 0x0004 |
| #define | SRTP_NULL_SHA1_80 0x0005 |
| #define | SRTP_NULL_SHA1_32 0x0006 |
Functions | |
| int | SSL_CTX_set_tlsext_use_srtp (SSL_CTX *ctx, const char *profiles) |
| int | SSL_set_tlsext_use_srtp (SSL *ctx, const char *profiles) |
| SRTP_PROTECTION_PROFILE * | SSL_get_selected_srtp_profile (SSL *s) |
| STACK_OF (SRTP_PROTECTION_PROFILE)*SSL_get_srtp_profiles(SSL *ssl) | |
| int SSL_CTX_set_tlsext_use_srtp | ( | SSL_CTX * | ctx, |
| const char * | profiles | ||
| ) |
| SRTP_PROTECTION_PROFILE* SSL_get_selected_srtp_profile | ( | SSL * | s | ) |
| int SSL_set_tlsext_use_srtp | ( | SSL * | ctx, |
| const char * | profiles | ||
| ) |
| STACK_OF | ( | SRTP_PROTECTION_PROFILE | ) |
1.8.2