#include <res_srtp.h>
Data Fields | |
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 60 of file res_srtp.h.
struct ast_srtp_policy*(* alloc)(void) |
Referenced by sdp_crypto_activate().
void(* destroy)(struct ast_srtp_policy *policy) |
Referenced by sdp_crypto_activate().
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) |
Referenced by set_crypto_policy().
void(* set_ssrc)(struct ast_srtp_policy *policy, unsigned long ssrc, int inbound) |
Referenced by set_crypto_policy().
int(* set_suite)(struct ast_srtp_policy *policy, enum ast_srtp_suite suite) |
Referenced by set_crypto_policy().