Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/crypto/qce/
Dcommon.h71 #define IS_SHA_HMAC(flags) \ macro
Dcommon.c135 if (IS_SHA(flags) || IS_SHA_HMAC(flags)) in qce_auth_cfg()
177 if (IS_SHA_HMAC(rctx->flags) || IS_CMAC(rctx->flags)) { in qce_setup_regs_ahash()
473 if (IS_SHA_HMAC(rctx->flags)) { in qce_setup_regs_aead()
Dsha.c85 if (IS_SHA_HMAC(flags)) { in qce_ahash_async_req_handle()
473 if (IS_SHA_HMAC(def->flags)) in qce_ahash_register_one()