Mon Aug 31 12:30:44 2015

Asterisk developer's documentation


res_srtp.h File Reference

SRTP resource. More...

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 }

Detailed Description

SRTP resource.

Definition in file res_srtp.h.


Enumeration Type Documentation

Enumerator:
AST_AES_CM_128_HMAC_SHA1_80 
AST_AES_CM_128_HMAC_SHA1_32 
AST_F8_128_HMAC_SHA1_80 

Definition at line 54 of file res_srtp.h.

00054                     {
00055    AST_AES_CM_128_HMAC_SHA1_80 = 1,
00056    AST_AES_CM_128_HMAC_SHA1_32 = 2,
00057    AST_F8_128_HMAC_SHA1_80     = 3
00058 };


Generated on 31 Aug 2015 for Asterisk - The Open Source Telephony Project by  doxygen 1.6.1