Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
Data Fields | |
char * | a_crypto |
int | key_len |
unsigned char | local_key [SRTP_MAX_KEY_LEN] |
char | local_key64 [((SRTP_MAX_KEY_LEN) *8+5)/6+1] |
unsigned char | remote_key [SRTP_MAX_KEY_LEN] |
int | tag |
Definition at line 634 of file res_srtp.c.
char* a_crypto |
Definition at line 635 of file res_srtp.c.
Referenced by res_sdp_crypto_build_offer(), res_sdp_crypto_dtor(), and res_sdp_srtp_get_attr().
int key_len |
Definition at line 640 of file res_srtp.c.
Referenced by crypto_init_keys(), res_sdp_crypto_parse_offer(), sdp_crypto_alloc(), and set_crypto_policy().
unsigned char local_key[SRTP_MAX_KEY_LEN] |
Definition at line 636 of file res_srtp.c.
Referenced by crypto_activate(), and crypto_init_keys().
char local_key64[((SRTP_MAX_KEY_LEN) *8+5)/6+1] |
Definition at line 638 of file res_srtp.c.
Referenced by crypto_init_keys(), and res_sdp_crypto_build_offer().
unsigned char remote_key[SRTP_MAX_KEY_LEN] |
Definition at line 639 of file res_srtp.c.
Referenced by crypto_init_keys(), and res_sdp_crypto_parse_offer().
int tag |
Definition at line 637 of file res_srtp.c.
Referenced by res_sdp_crypto_build_offer(), res_sdp_crypto_parse_offer(), and sdp_crypto_alloc().