Go to the source code of this file.
Data Structures | |
struct | ast_srtp_cb |
struct | ast_srtp_policy_res |
struct | ast_srtp_res |
Enumerations | |
enum | ast_srtp_suite { AST_AES_CM_128_HMAC_SHA1_80 = 1, AST_AES_CM_128_HMAC_SHA1_32 = 2, AST_F8_128_HMAC_SHA1_80 = 3 } |
Definition in file res_srtp.h.
enum ast_srtp_suite |
Definition at line 44 of file res_srtp.h.
00044 { 00045 AST_AES_CM_128_HMAC_SHA1_80 = 1, 00046 AST_AES_CM_128_HMAC_SHA1_32 = 2, 00047 AST_F8_128_HMAC_SHA1_80 = 3 00048 };