Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/icp/io/
H A Dsha1_mod.c257 SHA1Init(&PROV_SHA1_CTX(ctx)->sc_sha1_ctx); in sha1_digest_init()
436 SHA1Update(&PROV_SHA1_CTX(ctx)->sc_sha1_ctx, in sha1_digest()
441 ret = sha1_digest_update_uio(&PROV_SHA1_CTX(ctx)->sc_sha1_ctx, in sha1_digest()
463 digest->cd_offset, &PROV_SHA1_CTX(ctx)->sc_sha1_ctx); in sha1_digest()
466 ret = sha1_digest_final_uio(&PROV_SHA1_CTX(ctx)->sc_sha1_ctx, in sha1_digest()
500 SHA1Update(&PROV_SHA1_CTX(ctx)->sc_sha1_ctx, in sha1_digest_update()
505 ret = sha1_digest_update_uio(&PROV_SHA1_CTX(ctx)->sc_sha1_ctx, in sha1_digest_update()
540 digest->cd_offset, &PROV_SHA1_CTX(ctx)->sc_sha1_ctx); in sha1_digest_final()
543 ret = sha1_digest_final_uio(&PROV_SHA1_CTX(ctx)->sc_sha1_ctx, in sha1_digest_final()
/f-stack/freebsd/contrib/openzfs/module/icp/include/sha1/
H A Dsha1_impl.h55 SHA1_CTX sc_sha1_ctx; /* SHA1 context */ member