Searched refs:auth_tag (Results 1 – 4 of 4) sorted by relevance
/external/libsrtp2/srtp/ |
D | srtp.c | 2055 uint8_t *auth_tag = NULL; /* location of auth_tag within packet */ in srtp_protect_mki() local 2200 auth_tag = (uint8_t *)hdr + *pkt_octet_len + mki_size; in srtp_protect_mki() 2203 auth_tag = NULL; in srtp_protect_mki() 2298 status = srtp_cipher_output(session_keys->rtp_cipher, auth_tag, in srtp_protect_mki() 2303 srtp_octet_string_hex_string(auth_tag, prefix_len)); in srtp_protect_mki() 2345 auth_tag); in srtp_protect_mki() 2347 srtp_octet_string_hex_string(auth_tag, tag_len)); in srtp_protect_mki() 2352 if (auth_tag) { in srtp_protect_mki() 2381 uint8_t *auth_tag = NULL; /* location of auth_tag within packet */ in srtp_unprotect_mki() local 2573 auth_tag = (uint8_t *)hdr + *pkt_octet_len - tag_len; in srtp_unprotect_mki() [all …]
|
D | ekt.c | 271 void **auth_tag, in srtcp_ekt_trailer() argument
|
/external/webrtc/media/base/ |
D | rtp_utils.cc | 96 uint8_t* auth_tag = rtp + (length - tag_length); in UpdateRtpAuthTag() local 99 RTC_DCHECK_EQ(0, memcmp(auth_tag, kFakeAuthTag, tag_length)); in UpdateRtpAuthTag() 102 memcpy(auth_tag, &packet_time_params.srtp_packet_index, kRocLength); in UpdateRtpAuthTag() 119 memcpy(auth_tag, output, tag_length); in UpdateRtpAuthTag()
|
/external/scapy/scapy/layers/tls/ |
D | record_tls13.py | 137 frag, auth_tag = self._tls_auth_decrypt(efrag) 139 return hdr + frag + auth_tag + r
|