Searched refs:hmac_sha512_update (Results 1 – 2 of 2) sorted by relevance
131 void hmac_sha512_update(hmac_sha512_ctx *ctx, const unsigned char *message,
357 void hmac_sha512_update(hmac_sha512_ctx *ctx, const unsigned char *message, in hmac_sha512_update() function382 hmac_sha512_update(&ctx, message, message_len); in hmac_sha512()