Searched refs:cryptd_tfm (Results 1 – 3 of 3) sorted by relevance
32 struct cryptd_ahash *cryptd_tfm; member165 struct cryptd_ahash *cryptd_tfm = ctx->cryptd_tfm; in ghash_async_init() local167 struct crypto_shash *child = cryptd_ahash_child(cryptd_tfm); in ghash_async_init()178 struct cryptd_ahash *cryptd_tfm = ctx->cryptd_tfm; in ghash_async_update() local181 (in_atomic() && cryptd_ahash_queued(cryptd_tfm))) { in ghash_async_update()183 ahash_request_set_tfm(cryptd_req, &cryptd_tfm->base); in ghash_async_update()196 struct cryptd_ahash *cryptd_tfm = ctx->cryptd_tfm; in ghash_async_final() local199 (in_atomic() && cryptd_ahash_queued(cryptd_tfm))) { in ghash_async_final()201 ahash_request_set_tfm(cryptd_req, &cryptd_tfm->base); in ghash_async_final()237 struct cryptd_ahash *cryptd_tfm = ctx->cryptd_tfm; in ghash_async_digest() local[all …]
47 struct cryptd_skcipher *cryptd_tfm; member54 struct crypto_skcipher *child = &ctx->cryptd_tfm->base; in simd_skcipher_setkey()73 (in_atomic() && cryptd_skcipher_queued(ctx->cryptd_tfm))) in simd_skcipher_encrypt()74 child = &ctx->cryptd_tfm->base; in simd_skcipher_encrypt()76 child = cryptd_skcipher_child(ctx->cryptd_tfm); in simd_skcipher_encrypt()94 (in_atomic() && cryptd_skcipher_queued(ctx->cryptd_tfm))) in simd_skcipher_decrypt()95 child = &ctx->cryptd_tfm->base; in simd_skcipher_decrypt()97 child = cryptd_skcipher_child(ctx->cryptd_tfm); in simd_skcipher_decrypt()108 cryptd_free_skcipher(ctx->cryptd_tfm); in simd_skcipher_exit()114 struct cryptd_skcipher *cryptd_tfm; in simd_skcipher_init() local[all …]
42 struct cryptd_ahash *cryptd_tfm; member204 struct cryptd_ahash *cryptd_tfm = ctx->cryptd_tfm; in ghash_async_init() local206 struct crypto_shash *child = cryptd_ahash_child(cryptd_tfm); in ghash_async_init()217 struct cryptd_ahash *cryptd_tfm = ctx->cryptd_tfm; in ghash_async_update() local220 (in_atomic() && cryptd_ahash_queued(cryptd_tfm))) { in ghash_async_update()222 ahash_request_set_tfm(cryptd_req, &cryptd_tfm->base); in ghash_async_update()235 struct cryptd_ahash *cryptd_tfm = ctx->cryptd_tfm; in ghash_async_final() local238 (in_atomic() && cryptd_ahash_queued(cryptd_tfm))) { in ghash_async_final()240 ahash_request_set_tfm(cryptd_req, &cryptd_tfm->base); in ghash_async_final()253 struct cryptd_ahash *cryptd_tfm = ctx->cryptd_tfm; in ghash_async_digest() local[all …]