Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/crypto/qce/
Dcommon.h68 #define IS_SHA_HMAC(flags) \ macro
Dsha.c79 if (IS_SHA_HMAC(flags)) { in qce_ahash_async_req_handle()
218 hmac = IS_SHA_HMAC(flags); in qce_ahash_import()
506 if (IS_SHA_HMAC(def->flags)) in qce_ahash_register_one()
Dcommon.c129 if (IS_SHA(flags) || IS_SHA_HMAC(flags)) in qce_auth_cfg()
174 if (IS_SHA_HMAC(rctx->flags) || IS_CMAC(rctx->flags)) { in qce_setup_regs_ahash()