Home
last modified time | relevance | path

Searched refs:crypto_ahash_ctx (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/crypto/
Dshash.c237 struct crypto_shash **ctx = crypto_ahash_ctx(tfm); in shash_async_setkey()
244 struct crypto_shash **ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(req)); in shash_async_init()
299 struct crypto_shash **ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(req)); in shash_async_finup()
335 struct crypto_shash **ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(req)); in shash_async_digest()
351 struct crypto_shash **ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(req)); in shash_async_import()
Dcryptd.c688 struct cryptd_hash_ctx *ctx = crypto_ahash_ctx(parent); in cryptd_hash_setkey()
718 struct cryptd_hash_ctx *ctx = crypto_ahash_ctx(tfm); in cryptd_hash_complete()
859 struct cryptd_hash_ctx *ctx = crypto_ahash_ctx(tfm); in cryptd_hash_import()
1286 ctx = crypto_ahash_ctx(tfm); in cryptd_alloc_ahash()
1295 struct cryptd_hash_ctx *ctx = crypto_ahash_ctx(&tfm->base); in cryptd_ahash_child()
1310 struct cryptd_hash_ctx *ctx = crypto_ahash_ctx(&tfm->base); in cryptd_ahash_queued()
1318 struct cryptd_hash_ctx *ctx = crypto_ahash_ctx(&tfm->base); in cryptd_free_ahash()
Dmcryptd.c301 struct mcryptd_hash_ctx *ctx = crypto_ahash_ctx(parent); in mcryptd_hash_setkey()
617 struct mcryptd_hash_ctx *ctx = crypto_ahash_ctx(&tfm->base); in mcryptd_ahash_child()
/linux-4.19.296/include/crypto/internal/
Dhash.h125 static inline void *crypto_ahash_ctx(struct crypto_ahash *tfm) in crypto_ahash_ctx() function