Searched refs:sc_sha1_ctx (Results 1 – 2 of 2) sorted by relevance
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()
55 SHA1_CTX sc_sha1_ctx; /* SHA1 context */ member