Searched refs:cryptd_ahash_queued (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/crypto/
H A Dcryptd.h50 bool cryptd_ahash_queued(struct cryptd_ahash *tfm);
/linux-master/arch/x86/crypto/
H A Dghash-clmulni-intel_glue.c200 (in_atomic() && cryptd_ahash_queued(cryptd_tfm))) {
218 (in_atomic() && cryptd_ahash_queued(cryptd_tfm))) {
259 (in_atomic() && cryptd_ahash_queued(cryptd_tfm))) {
/linux-master/arch/arm/crypto/
H A Dghash-ce-glue.c237 (in_atomic() && cryptd_ahash_queued(cryptd_tfm))) {
255 (in_atomic() && cryptd_ahash_queued(cryptd_tfm))) {
273 (in_atomic() && cryptd_ahash_queued(cryptd_tfm))) {
/linux-master/crypto/
H A Dcryptd.c1041 bool cryptd_ahash_queued(struct cryptd_ahash *tfm) function
1047 EXPORT_SYMBOL_GPL(cryptd_ahash_queued); variable

Completed in 145 milliseconds