#include <res_srtp.h>

Data Fields | |
| struct ast_srtp_policy *(* | alloc )(void) |
| void(* | destroy )(struct ast_srtp_policy *policy) |
| int(* | set_master_key )(struct ast_srtp_policy *policy, const unsigned char *key, size_t key_len, const unsigned char *salt, size_t salt_len) |
| void(* | set_ssrc )(struct ast_srtp_policy *policy, unsigned long ssrc, int inbound) |
| int(* | set_suite )(struct ast_srtp_policy *policy, enum ast_srtp_suite suite) |
Definition at line 50 of file res_srtp.h.
struct ast_srtp_policy*(* alloc)(void) [read] |
Definition at line 51 of file res_srtp.h.
| void(* destroy)(struct ast_srtp_policy *policy) |
Definition at line 52 of file res_srtp.h.
| int(* set_master_key)(struct ast_srtp_policy *policy, const unsigned char *key, size_t key_len, const unsigned char *salt, size_t salt_len) |
Definition at line 54 of file res_srtp.h.
| void(* set_ssrc)(struct ast_srtp_policy *policy, unsigned long ssrc, int inbound) |
Definition at line 55 of file res_srtp.h.
| int(* set_suite)(struct ast_srtp_policy *policy, enum ast_srtp_suite suite) |
Definition at line 53 of file res_srtp.h.