Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dcrypto_os.c111 crypto_mac_final(struct hmac_ctx *ctx, void *md, size_t mdsize) in crypto_mac_final() argument
124 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()