Searched refs:cryptd_tfm (Results 1 – 1 of 1) sorted by relevance
40 struct cryptd_skcipher *cryptd_tfm; member47 struct crypto_skcipher *child = &ctx->cryptd_tfm->base; in simd_skcipher_setkey()70 (in_atomic() && cryptd_skcipher_queued(ctx->cryptd_tfm))) in simd_skcipher_encrypt()71 child = &ctx->cryptd_tfm->base; in simd_skcipher_encrypt()73 child = cryptd_skcipher_child(ctx->cryptd_tfm); in simd_skcipher_encrypt()91 (in_atomic() && cryptd_skcipher_queued(ctx->cryptd_tfm))) in simd_skcipher_decrypt()92 child = &ctx->cryptd_tfm->base; in simd_skcipher_decrypt()94 child = cryptd_skcipher_child(ctx->cryptd_tfm); in simd_skcipher_decrypt()105 cryptd_free_skcipher(ctx->cryptd_tfm); in simd_skcipher_exit()111 struct cryptd_skcipher *cryptd_tfm; in simd_skcipher_init() local[all …]