Home
last modified time | relevance | path

Searched defs:hmac_update (Results 1 – 2 of 2) 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
/third_party/openssl/providers/implementations/macs/
Dhmac_prov.c42 static OSSL_FUNC_mac_update_fn hmac_update; variable
188 static int hmac_update(void *vmacctx, const unsigned char *data, in hmac_update() function