Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/crypto/qce/
H A 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()
H A Dcommon.h68 #define IS_SHA_HMAC(flags) \ macro
H A 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()