Go to the source code of this file.
◆ SRTP_AEAD_AES_128_GCM
#define SRTP_AEAD_AES_128_GCM 0x0007 |
◆ SRTP_AEAD_AES_256_GCM
#define SRTP_AEAD_AES_256_GCM 0x0008 |
◆ SRTP_AES128_CM_SHA1_32
#define SRTP_AES128_CM_SHA1_32 0x0002 |
◆ SRTP_AES128_CM_SHA1_80
#define SRTP_AES128_CM_SHA1_80 0x0001 |
◆ SRTP_AES128_F8_SHA1_32
#define SRTP_AES128_F8_SHA1_32 0x0004 |
◆ SRTP_AES128_F8_SHA1_80
#define SRTP_AES128_F8_SHA1_80 0x0003 |
◆ SRTP_NULL_SHA1_32
#define SRTP_NULL_SHA1_32 0x0006 |
◆ SRTP_NULL_SHA1_80
#define SRTP_NULL_SHA1_80 0x0005 |
◆ SSL_CTX_set_tlsext_use_srtp()
__owur int SSL_CTX_set_tlsext_use_srtp |
( |
SSL_CTX * | ctx, |
|
|
const char * | profiles ) |
◆ SSL_get_selected_srtp_profile()
◆ SSL_set_tlsext_use_srtp()
__owur int SSL_set_tlsext_use_srtp |
( |
SSL * | ssl, |
|
|
const char * | profiles ) |
◆ STACK_OF()