Home
last modified time | relevance | path

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

/external/mmc-utils/3rdparty/hmac_sha/
Dhmac_sha2.h131 void hmac_sha512_update(hmac_sha512_ctx *ctx, const unsigned char *message,
Dhmac_sha2.c357 void hmac_sha512_update(hmac_sha512_ctx *ctx, const unsigned char *message, in hmac_sha512_update() function
382 hmac_sha512_update(&ctx, message, message_len); in hmac_sha512()