Wed Jan 8 2020 09:50:24

Asterisk developer's documentation


sdp_crypto Struct Reference

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]
 
char * tag
 

Detailed Description

Definition at line 48 of file sdp_crypto.c.

Field Documentation

char* a_crypto

Definition at line 49 of file sdp_crypto.c.

Referenced by sdp_crypto_attrib(), sdp_crypto_destroy(), and sdp_crypto_offer().

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 52 of file sdp_crypto.c.

Referenced by sdp_crypto_offer(), and sdp_crypto_setup().

unsigned char remote_key[SRTP_MASTER_LEN]

Definition at line 53 of file sdp_crypto.c.

Referenced by sdp_crypto_process(), and sdp_crypto_setup().

char suite[64]

Definition at line 54 of file sdp_crypto.c.

Referenced by sdp_crypto_offer(), and sdp_crypto_process().

char* tag

Definition at line 51 of file sdp_crypto.c.

Referenced by sdp_crypto_destroy(), sdp_crypto_offer(), and sdp_crypto_process().


The documentation for this struct was generated from the following file: