Home
last modified time | relevance | path

Searched refs:CRYPTO_FLAGS_BUSY (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/crypto/aspeed/
H A Daspeed-hace.c43 if (hash_engine->flags & CRYPTO_FLAGS_BUSY) in aspeed_hace_irq()
50 if (crypto_engine->flags & CRYPTO_FLAGS_BUSY) in aspeed_hace_irq()
H A Daspeed-acry.c64 #define CRYPTO_FLAGS_BUSY BIT(1) macro
191 acry_dev->flags |= CRYPTO_FLAGS_BUSY; in aspeed_acry_do_request()
200 acry_dev->flags &= ~CRYPTO_FLAGS_BUSY; in aspeed_acry_complete()
666 if (acry_dev->flags & CRYPTO_FLAGS_BUSY) in aspeed_acry_irq()
H A Daspeed-hace.h110 #define CRYPTO_FLAGS_BUSY BIT(1) macro
H A Daspeed-hace-crypto.c90 crypto_engine->flags |= CRYPTO_FLAGS_BUSY; in aspeed_crypto_do_request()
120 crypto_engine->flags &= ~CRYPTO_FLAGS_BUSY; in aspeed_sk_complete()
H A Daspeed-hace-hash.c278 hash_engine->flags &= ~CRYPTO_FLAGS_BUSY; in aspeed_ahash_complete()
544 hash_engine->flags |= CRYPTO_FLAGS_BUSY; in aspeed_ahash_do_request()