Searched refs:sha_ctx (Results 1 – 3 of 3) sorted by relevance
273 SHA_CTX *sha_ctx = ctx; in x_sha1_update() local275 ret = SHA1_Update(sha_ctx, data, size); in x_sha1_update()277 free(sha_ctx); in x_sha1_update()285 SHA_CTX *sha_ctx = ctx; in x_sha1_final() local287 ret = SHA1_Final(result, sha_ctx); in x_sha1_final()288 free(sha_ctx); in x_sha1_final()
61 *ctxp = calloc(1, sizeof(struct sha_ctx)); in caam_hash_init()88 struct sha_ctx *ctx = hash_ctx; in caam_hash_update()132 struct sha_ctx *ctx = hash_ctx; in caam_hash_finish()
26 struct sha_ctx { struct