Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/crypto/io/
H A Dsha1_mod.c253 SHA1Init(&PROV_SHA1_CTX(ctx)->sc_sha1_ctx); in sha1_digest_init()
569 SHA1Update(&PROV_SHA1_CTX(ctx)->sc_sha1_ctx, in sha1_digest()
574 ret = sha1_digest_update_uio(&PROV_SHA1_CTX(ctx)->sc_sha1_ctx, in sha1_digest()
578 ret = sha1_digest_update_mblk(&PROV_SHA1_CTX(ctx)->sc_sha1_ctx, in sha1_digest()
600 digest->cd_offset, &PROV_SHA1_CTX(ctx)->sc_sha1_ctx); in sha1_digest()
603 ret = sha1_digest_final_uio(&PROV_SHA1_CTX(ctx)->sc_sha1_ctx, in sha1_digest()
607 ret = sha1_digest_final_mblk(&PROV_SHA1_CTX(ctx)->sc_sha1_ctx, in sha1_digest()
641 SHA1Update(&PROV_SHA1_CTX(ctx)->sc_sha1_ctx, in sha1_digest_update()
646 ret = sha1_digest_update_uio(&PROV_SHA1_CTX(ctx)->sc_sha1_ctx, in sha1_digest_update()
650 ret = sha1_digest_update_mblk(&PROV_SHA1_CTX(ctx)->sc_sha1_ctx, in sha1_digest_update()
[all …]
/titanic_50/usr/src/common/crypto/sha1/
H A Dsha1_impl.h56 SHA1_CTX sc_sha1_ctx; /* SHA1 context */ member