Home
last modified time | relevance | path

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

/linux-2.6.39/arch/x86/crypto/
Dghash-clmulni-intel_glue.c159 struct ghash_async_ctx *ctx = crypto_ahash_ctx(tfm); in ghash_async_init()
183 struct ghash_async_ctx *ctx = crypto_ahash_ctx(tfm); in ghash_async_update()
201 struct ghash_async_ctx *ctx = crypto_ahash_ctx(tfm); in ghash_async_final()
216 struct ghash_async_ctx *ctx = crypto_ahash_ctx(tfm); in ghash_async_digest()
237 struct ghash_async_ctx *ctx = crypto_ahash_ctx(tfm); in ghash_async_setkey()
/linux-2.6.39/crypto/
Dshash.c201 struct crypto_shash **ctx = crypto_ahash_ctx(tfm); in shash_async_setkey()
208 struct crypto_shash **ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(req)); in shash_async_init()
263 struct crypto_shash **ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(req)); in shash_async_finup()
297 struct crypto_shash **ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(req)); in shash_async_digest()
313 struct crypto_shash **ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(req)); in shash_async_import()
Dcryptd.c398 struct cryptd_hash_ctx *ctx = crypto_ahash_ctx(parent); in cryptd_hash_setkey()
874 struct cryptd_hash_ctx *ctx = crypto_ahash_ctx(&tfm->base); in cryptd_ahash_child()
/linux-2.6.39/drivers/crypto/
Dn2_core.c307 struct n2_hash_ctx *ctx = crypto_ahash_ctx(tfm); in n2_hash_async_init()
319 struct n2_hash_ctx *ctx = crypto_ahash_ctx(tfm); in n2_hash_async_update()
333 struct n2_hash_ctx *ctx = crypto_ahash_ctx(tfm); in n2_hash_async_final()
346 struct n2_hash_ctx *ctx = crypto_ahash_ctx(tfm); in n2_hash_async_finup()
361 struct n2_hash_ctx *ctx = crypto_ahash_ctx(ahash); in n2_hash_cra_init()
387 struct n2_hash_ctx *ctx = crypto_ahash_ctx(ahash); in n2_hash_cra_exit()
396 struct n2_hmac_ctx *ctx = crypto_ahash_ctx(ahash); in n2_hmac_cra_init()
436 struct n2_hmac_ctx *ctx = crypto_ahash_ctx(ahash); in n2_hmac_cra_exit()
445 struct n2_hmac_ctx *ctx = crypto_ahash_ctx(tfm); in n2_hmac_async_setkey()
527 struct n2_hash_ctx *ctx = crypto_ahash_ctx(tfm); in n2_do_async_digest()
[all …]
Domap-sham.c537 struct omap_sham_ctx *tctx = crypto_ahash_ctx(tfm); in omap_sham_init()
857 struct omap_sham_ctx *tctx = crypto_ahash_ctx(tfm); in omap_sham_setkey()
Dtalitos.c1631 struct talitos_ctx *ctx = crypto_ahash_ctx(tfm); in common_nonsnoop_hash()
1718 struct talitos_ctx *ctx = crypto_ahash_ctx(tfm); in ahash_edesc_alloc()
1772 struct talitos_ctx *ctx = crypto_ahash_ctx(tfm); in ahash_process_req()
/linux-2.6.39/include/crypto/internal/
Dhash.h107 static inline void *crypto_ahash_ctx(struct crypto_ahash *tfm) in crypto_ahash_ctx() function