Searched refs:tmp_xtn_hdr_key (Results 1 – 1 of 1) sorted by relevance
1007 uint8_t tmp_xtn_hdr_key[MAX_SRTP_KEY_LEN]; in srtp_stream_init_keys() local1030 memset(tmp_xtn_hdr_key, 0x0, MAX_SRTP_KEY_LEN); in srtp_stream_init_keys()1031 memcpy(tmp_xtn_hdr_key, key, in srtp_stream_init_keys()1038 srtp_kdf_init(xtn_hdr_kdf, (const uint8_t *)tmp_xtn_hdr_key, in srtp_stream_init_keys()1041 stat = srtp_kdf_init(xtn_hdr_kdf, (const uint8_t *)tmp_xtn_hdr_key, in srtp_stream_init_keys()1044 octet_string_set_to_zero(tmp_xtn_hdr_key, MAX_SRTP_KEY_LEN); in srtp_stream_init_keys()