Data Fields | |
char * | a_crypto |
unsigned char | local_key [SRTP_MASTER_LEN] |
char | local_key64 [SRTP_MASTER_LEN64] |
unsigned char | remote_key [SRTP_MASTER_LEN] |
char | suite [64] |
Definition at line 48 of file sdp_crypto.c.
char* a_crypto |
Definition at line 49 of file sdp_crypto.c.
Referenced by sdp_crypto_attrib(), sdp_crypto_destroy(), sdp_crypto_offer(), and sdp_crypto_process().
unsigned char local_key[SRTP_MASTER_LEN] |
Definition at line 50 of file sdp_crypto.c.
Referenced by sdp_crypto_activate(), and sdp_crypto_setup().
char local_key64[SRTP_MASTER_LEN64] |
Definition at line 51 of file sdp_crypto.c.
Referenced by sdp_crypto_offer(), sdp_crypto_process(), and sdp_crypto_setup().
unsigned char remote_key[SRTP_MASTER_LEN] |
Definition at line 52 of file sdp_crypto.c.
Referenced by sdp_crypto_process(), and sdp_crypto_setup().
char suite[64] |
Definition at line 53 of file sdp_crypto.c.
Referenced by sdp_crypto_offer(), and sdp_crypto_process().