Asterisk - The Open Source Telephony Project GIT-master-7e7a603
Data Fields
ast_sdp_crypto Struct Reference

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
 

Detailed Description

Definition at line 634 of file res_srtp.c.

Field Documentation

◆ a_crypto

char* a_crypto

◆ key_len

int key_len

◆ local_key

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().

◆ local_key64

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().

◆ remote_key

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().

◆ tag

int tag

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