Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
Dhmac.c38 typedef void (*hmac_update)(void *ctx, const uint8_t *src, int len); typedef
40 typedef void (*hmac_update)(void *ctx, const uint8_t *src, size_t len); typedef
48 hmac_update update;
82 c->update = (hmac_update) av_md5_update; in av_hmac_alloc()
90 c->update = (hmac_update) av_sha_update; in av_hmac_alloc()
98 c->update = (hmac_update) av_sha_update; in av_hmac_alloc()
106 c->update = (hmac_update) av_sha_update; in av_hmac_alloc()
114 c->update = (hmac_update) av_sha512_update; in av_hmac_alloc()
122 c->update = (hmac_update) av_sha512_update; in av_hmac_alloc()