Home
last modified time | relevance | path

Searched defs:auth_tag (Results 1 – 3 of 3) sorted by relevance

/external/libsrtp2/srtp/
Dekt.c271 void **auth_tag, in srtcp_ekt_trailer()
Dsrtp.c2055 uint8_t *auth_tag = NULL; /* location of auth_tag within packet */ in srtp_protect_mki() local
2381 uint8_t *auth_tag = NULL; /* location of auth_tag within packet */ in srtp_unprotect_mki() local
3503 uint8_t *auth_tag = NULL; /* location of auth_tag within packet */ in srtp_protect_rtcp_aead() local
3674 uint8_t *auth_tag = NULL; /* location of auth_tag within packet */ in srtp_unprotect_rtcp_aead() local
3872 uint8_t *auth_tag = NULL; /* location of auth_tag within packet */ in srtp_protect_rtcp_mki() local
4102 uint8_t *auth_tag = NULL; /* location of auth_tag within packet */ in srtp_unprotect_rtcp_mki() local
/external/webrtc/media/base/
Drtp_utils.cc96 uint8_t* auth_tag = rtp + (length - tag_length); in UpdateRtpAuthTag() local