Searched refs:av_hmac_update (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | rtmpdigest.c | 45 av_hmac_update(hmac, src, len); in ff_rtmp_calc_digest() 47 av_hmac_update(hmac, src, gap); in ff_rtmp_calc_digest() 48 av_hmac_update(hmac, src + gap + 32, len - gap - 32); in ff_rtmp_calc_digest()
|
D | srtp.c | 149 av_hmac_update(s->hmac, buf, len - hmac_size); in ff_srtp_decrypt() 175 av_hmac_update(s->hmac, rocbuf, 4); in ff_srtp_decrypt() 314 av_hmac_update(s->hmac, out, buf + len - out); in ff_srtp_encrypt() 318 av_hmac_update(s->hmac, rocbuf, 4); in ff_srtp_encrypt()
|
/third_party/ffmpeg/libavutil/ |
D | hmac.c | 166 void av_hmac_update(AVHMAC *c, const uint8_t *data, unsigned int len) in av_hmac_update() function 194 av_hmac_update(c, data, len); in av_hmac_calc()
|
D | hmac.h | 70 void av_hmac_update(AVHMAC *ctx, const uint8_t *data, unsigned int len);
|