Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/crypto/aspeed/
Daspeed-hace.c38 if (hash_engine->flags & CRYPTO_FLAGS_BUSY) in aspeed_hace_irq()
45 if (crypto_engine->flags & CRYPTO_FLAGS_BUSY) in aspeed_hace_irq()
Daspeed-hace.h121 #define CRYPTO_FLAGS_BUSY BIT(1) macro
Daspeed-hace-crypto.c79 crypto_engine->flags |= CRYPTO_FLAGS_BUSY; in aspeed_crypto_do_request()
109 crypto_engine->flags &= ~CRYPTO_FLAGS_BUSY; in aspeed_sk_complete()
Daspeed-hace-hash.c289 hash_engine->flags &= ~CRYPTO_FLAGS_BUSY; in aspeed_ahash_complete()
555 hash_engine->flags |= CRYPTO_FLAGS_BUSY; in aspeed_ahash_do_request()