Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/icp/io/
H A Dsha1_mod.c256 PROV_SHA1_CTX(ctx)->sc_mech_type = SHA1_MECH_INFO_TYPE; in sha1_digest_init()
257 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()
[all …]