|
Asterisk - The Open Source Telephony Project
18.5.0
|
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 632 of file res_srtp.c.
| char* a_crypto |
Definition at line 633 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 638 of file res_srtp.c.
Referenced by crypto_init_keys(), and res_sdp_crypto_parse_offer().
| unsigned char local_key[SRTP_MAX_KEY_LEN] |
Definition at line 634 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 636 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 637 of file res_srtp.c.
Referenced by crypto_init_keys(), and res_sdp_crypto_parse_offer().
| int tag |
Definition at line 635 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().
1.8.13