Home
last modified time | relevance | path

Searched refs:rocbuf (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
Dsrtp.c154 uint8_t rocbuf[4]; in ff_srtp_decrypt() local
174 AV_WB32(rocbuf, roc); in ff_srtp_decrypt()
175 av_hmac_update(s->hmac, rocbuf, 4); in ff_srtp_decrypt()
316 uint8_t rocbuf[4]; in ff_srtp_encrypt() local
317 AV_WB32(rocbuf, s->roc); in ff_srtp_encrypt()
318 av_hmac_update(s->hmac, rocbuf, 4); in ff_srtp_encrypt()