Home
last modified time | relevance | path

Searched defs: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