Searched refs:hmac_update (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavutil/ |
H A D | hmac.c | 36 typedef void (*hmac_update)(void *ctx, const uint8_t *src, size_t len); typedef 43 hmac_update update; 77 c->update = (hmac_update) av_md5_update; in av_hmac_alloc() 85 c->update = (hmac_update) av_sha_update; in av_hmac_alloc() 93 c->update = (hmac_update) av_sha_update; in av_hmac_alloc() 101 c->update = (hmac_update) av_sha_update; in av_hmac_alloc() 109 c->update = (hmac_update) av_sha512_update; in av_hmac_alloc() 117 c->update = (hmac_update) av_sha512_update; in av_hmac_alloc()
|
/third_party/node/deps/openssl/openssl/providers/implementations/macs/ |
H A D | hmac_prov.c | 42 static OSSL_FUNC_mac_update_fn hmac_update; variable 188 static int hmac_update(void *vmacctx, const unsigned char *data, in hmac_update() function 348 { OSSL_FUNC_MAC_UPDATE, (void (*)(void))hmac_update },
|
/third_party/openssl/providers/implementations/macs/ |
H A D | hmac_prov.c | 42 static OSSL_FUNC_mac_update_fn hmac_update; variable 188 static int hmac_update(void *vmacctx, const unsigned char *data, in hmac_update() function 348 { OSSL_FUNC_MAC_UPDATE, (void (*)(void))hmac_update },
|
Completed in 3 milliseconds