Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/geom/eli/
HDg_eli_hmac.c77 SHA512_Init(&ctx->outerctx); in g_eli_crypto_hmac_init()
78 SHA512_Update(&ctx->outerctx, k_opad, sizeof(k_opad)); in g_eli_crypto_hmac_init()
99 SHA512_Update(&ctx->outerctx, digest, sizeof(digest)); in g_eli_crypto_hmac_final()
100 SHA512_Final(digest, &ctx->outerctx); in g_eli_crypto_hmac_final()
HDg_eli.h731 SHA512_CTX outerctx; member
/freebsd-14-stable/sys/contrib/openzfs/module/os/freebsd/zfs/
HDcrypto_os.c94 SHA512_Init(&ctx->outerctx); in crypto_mac_init()
95 SHA512_Update(&ctx->outerctx, k_opad, sizeof (k_opad)); in crypto_mac_init()
114 SHA512_Update(&ctx->outerctx, digest, sizeof (digest)); in crypto_mac_final()
115 SHA512_Final(digest, &ctx->outerctx); in crypto_mac_final()
/freebsd-14-stable/sys/contrib/openzfs/include/os/freebsd/zfs/sys/
HDfreebsd_crypto.h73 SHA512_CTX outerctx; member