Home
last modified time | relevance | path

Searched refs:IS_SHA256_HMAC (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/qce/
H A Dcommon.h65 #define IS_SHA256_HMAC(flags) (flags & QCE_HASH_SHA256_HMAC) macro
69 (IS_SHA1_HMAC(flags) || IS_SHA256_HMAC(flags))
H A Dcommon.c114 else if (IS_SHA256(flags) || IS_SHA256_HMAC(flags)) in qce_auth_cfg()
121 else if (IS_SHA1_HMAC(flags) || IS_SHA256_HMAC(flags) || in qce_auth_cfg()
H A Dsha.c156 } else if (IS_SHA256(flags) || IS_SHA256_HMAC(flags)) { in qce_ahash_export()
225 } else if (IS_SHA256(flags) || IS_SHA256_HMAC(flags)) { in qce_ahash_import()
/kernel/linux/linux-6.6/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()

Completed in 4 milliseconds