Searched refs:cryptd_tfm (Results 1 – 3 of 3) sorted by relevance
32 struct cryptd_ahash *cryptd_tfm; member167 struct cryptd_ahash *cryptd_tfm = ctx->cryptd_tfm; in ghash_async_init() local169 struct crypto_shash *child = cryptd_ahash_child(cryptd_tfm); in ghash_async_init()180 struct cryptd_ahash *cryptd_tfm = ctx->cryptd_tfm; in ghash_async_update() local183 (in_atomic() && cryptd_ahash_queued(cryptd_tfm))) { in ghash_async_update()185 ahash_request_set_tfm(cryptd_req, &cryptd_tfm->base); in ghash_async_update()198 struct cryptd_ahash *cryptd_tfm = ctx->cryptd_tfm; in ghash_async_final() local201 (in_atomic() && cryptd_ahash_queued(cryptd_tfm))) { in ghash_async_final()203 ahash_request_set_tfm(cryptd_req, &cryptd_tfm->base); in ghash_async_final()239 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()77 (in_atomic() && cryptd_skcipher_queued(ctx->cryptd_tfm))) in simd_skcipher_encrypt()78 child = &ctx->cryptd_tfm->base; in simd_skcipher_encrypt()80 child = cryptd_skcipher_child(ctx->cryptd_tfm); in simd_skcipher_encrypt()98 (in_atomic() && cryptd_skcipher_queued(ctx->cryptd_tfm))) in simd_skcipher_decrypt()99 child = &ctx->cryptd_tfm->base; in simd_skcipher_decrypt()101 child = cryptd_skcipher_child(ctx->cryptd_tfm); in simd_skcipher_decrypt()112 cryptd_free_skcipher(ctx->cryptd_tfm); in simd_skcipher_exit()118 struct cryptd_skcipher *cryptd_tfm; in simd_skcipher_init() local[all …]
45 struct cryptd_ahash *cryptd_tfm; member209 struct cryptd_ahash *cryptd_tfm = ctx->cryptd_tfm; in ghash_async_init() local211 struct crypto_shash *child = cryptd_ahash_child(cryptd_tfm); in ghash_async_init()222 struct cryptd_ahash *cryptd_tfm = ctx->cryptd_tfm; in ghash_async_update() local225 (in_atomic() && cryptd_ahash_queued(cryptd_tfm))) { in ghash_async_update()227 ahash_request_set_tfm(cryptd_req, &cryptd_tfm->base); in ghash_async_update()240 struct cryptd_ahash *cryptd_tfm = ctx->cryptd_tfm; in ghash_async_final() local243 (in_atomic() && cryptd_ahash_queued(cryptd_tfm))) { in ghash_async_final()245 ahash_request_set_tfm(cryptd_req, &cryptd_tfm->base); in ghash_async_final()258 struct cryptd_ahash *cryptd_tfm = ctx->cryptd_tfm; in ghash_async_digest() local[all …]