Home
last modified time | relevance | path

Searched refs:cryptd_skcipher_queued (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/include/crypto/
Dcryptd.h31 bool cryptd_skcipher_queued(struct cryptd_skcipher *tfm);
/linux-6.12.1/crypto/
Dsimd.c73 (in_atomic() && cryptd_skcipher_queued(ctx->cryptd_tfm))) in simd_skcipher_encrypt()
94 (in_atomic() && cryptd_skcipher_queued(ctx->cryptd_tfm))) in simd_skcipher_decrypt()
Dcryptd.c984 bool cryptd_skcipher_queued(struct cryptd_skcipher *tfm) in cryptd_skcipher_queued() function
990 EXPORT_SYMBOL_GPL(cryptd_skcipher_queued);