Home
last modified time | relevance | path

Searched refs:IS_SHA256_HMAC (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/crypto/qce/
H A Dcommon.h68 #define IS_SHA256_HMAC(flags) (flags & QCE_HASH_SHA256_HMAC) macro
72 (IS_SHA1_HMAC(flags) || IS_SHA256_HMAC(flags))
H A Dcommon.c120 else if (IS_SHA256(flags) || IS_SHA256_HMAC(flags)) in qce_auth_cfg()
129 else if (IS_SHA1_HMAC(flags) || IS_SHA256_HMAC(flags)) in qce_auth_cfg()
479 } else if (IS_SHA256_HMAC(rctx->flags)) { in qce_setup_regs_aead()