Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/os/
H A Dxsha1.c273 SHA_CTX *sha_ctx = ctx; in x_sha1_update() local
275 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() local
287 ret = SHA1_Final(result, sha_ctx); in x_sha1_final()
288 free(sha_ctx); in x_sha1_final()
/OK3568_Linux_fs/u-boot/drivers/crypto/fsl/
H A Dfsl_hash.c61 *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()
H A Dfsl_hash.h26 struct sha_ctx { struct