Searched refs:img_hash_ctx (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/crypto/
H A Dimg-hash.c109 struct img_hash_ctx { struct
485 struct img_hash_ctx *ctx = crypto_ahash_ctx(tfm); img_hash_init()
549 struct img_hash_ctx *ctx = crypto_ahash_ctx(tfm); img_hash_update()
564 struct img_hash_ctx *ctx = crypto_ahash_ctx(tfm); img_hash_final()
578 struct img_hash_ctx *ctx = crypto_ahash_ctx(tfm); img_hash_finup()
593 struct img_hash_ctx *tctx = crypto_ahash_ctx(tfm); img_hash_digest()
648 struct img_hash_ctx *ctx = crypto_tfm_ctx(tfm); img_hash_cra_init()
671 struct img_hash_ctx *tctx = crypto_tfm_ctx(tfm); img_hash_cra_exit()
725 .cra_ctxsize = sizeof(struct img_hash_ctx),
748 .cra_ctxsize = sizeof(struct img_hash_ctx),
771 .cra_ctxsize = sizeof(struct img_hash_ctx),
794 .cra_ctxsize = sizeof(struct img_hash_ctx),

Completed in 64 milliseconds