Searched refs:mdsize (Results 1 – 1 of 1) sorted by relevance
111 crypto_mac_final(struct hmac_ctx *ctx, void *md, size_t mdsize) in crypto_mac_final() argument124 if (mdsize == 0) in crypto_mac_final()125 mdsize = SHA512_DIGEST_LENGTH; in crypto_mac_final()126 bcopy(digest, md, mdsize); in crypto_mac_final()