
Data Fields | |
| unsigned char | buf [8192+AST_FRIENDLY_OFFSET] |
| struct ast_srtp_cb * | cb |
| void * | data |
| struct ao2_container * | policies |
| struct ast_rtp_instance * | rtp |
| srtp_t | session |
| unsigned char buf[8192+AST_FRIENDLY_OFFSET] |
Definition at line 57 of file res_srtp.c.
Referenced by __rtp_sendto(), and ast_srtp_protect().
| struct ast_srtp_cb* cb |
Definition at line 55 of file res_srtp.c.
Referenced by ast_srtp_set_cb(), and ast_srtp_unprotect().
| void* data |
Definition at line 56 of file res_srtp.c.
Referenced by ast_srtp_set_cb(), and ast_srtp_unprotect().
| struct ao2_container* policies |
Definition at line 53 of file res_srtp.c.
Referenced by find_policy(), res_srtp_new(), ast_srtp_unprotect(), ast_srtp_destroy(), and ast_srtp_add_stream().
| struct ast_rtp_instance* rtp |
Definition at line 52 of file res_srtp.c.
Referenced by ast_srtp_unprotect(), and ast_srtp_create().
| srtp_t session |
Definition at line 54 of file res_srtp.c.
Referenced by ast_srtp_unprotect(), ast_srtp_protect(), ast_srtp_create(), ast_srtp_destroy(), ast_srtp_add_stream(), and ast_srtp_change_source().