Home
last modified time | relevance | path

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

/drivers/crypto/qce/
Dcommon.h64 #define IS_SHA1_HMAC(flags) (flags & QCE_HASH_SHA1_HMAC) macro
69 (IS_SHA1_HMAC(flags) || IS_SHA256_HMAC(flags))
Dcommon.c112 if (IS_SHA1(flags) || IS_SHA1_HMAC(flags)) in qce_auth_cfg()
121 else if (IS_SHA1_HMAC(flags) || IS_SHA256_HMAC(flags) || in qce_auth_cfg()
190 iv_words = (IS_SHA1(rctx->flags) || IS_SHA1_HMAC(rctx->flags)) ? 5 : 8; in qce_setup_regs_ahash()
Dsha.c149 if (IS_SHA1(flags) || IS_SHA1_HMAC(flags)) { in qce_ahash_export()
220 if (IS_SHA1(flags) || IS_SHA1_HMAC(flags)) { in qce_ahash_import()