Searched refs:cryptd_tfm (Results 1 – 1 of 1) sorted by relevance
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 …]