Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/crypto/qce/
Dcommon.h64 #define IS_SHA_HMAC(flags) \ macro
Dsha.c78 if (IS_SHA_HMAC(flags)) { in qce_ahash_async_req_handle()
208 bool hmac = IS_SHA_HMAC(flags); in qce_ahash_import()
490 if (IS_SHA_HMAC(def->flags)) in qce_ahash_register_one()
Dcommon.c127 if (IS_SHA(flags) || IS_SHA_HMAC(flags)) in qce_auth_cfg()
254 if (IS_SHA_HMAC(rctx->flags) || IS_CMAC(rctx->flags)) { in qce_setup_regs_ahash()