Home
last modified time | relevance | path

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

/external/mmc-utils/3rdparty/hmac_sha/
Dhmac_sha2.h120 void hmac_sha384_update(hmac_sha384_ctx *ctx, const unsigned char *message,
Dhmac_sha2.c271 void hmac_sha384_update(hmac_sha384_ctx *ctx, const unsigned char *message, in hmac_sha384_update() function
296 hmac_sha384_update(&ctx, message, message_len); in hmac_sha384()