| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
| 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 660 of file res_srtp.c.
| char* a_crypto | 
Definition at line 661 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 666 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 662 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 664 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 665 of file res_srtp.c.
Referenced by crypto_init_keys(), and res_sdp_crypto_parse_offer().
| int tag | 
Definition at line 663 of file res_srtp.c.
Referenced by res_sdp_crypto_build_offer(), res_sdp_crypto_parse_offer(), res_sdp_srtp_get_attr(), and sdp_crypto_alloc().