Home
last modified time | relevance | path

Searched refs:IS_SHA256 (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/qce/
H A Dcommon.h63 #define IS_SHA256(flags) (flags & QCE_HASH_SHA256) macro
67 #define IS_SHA(flags) (IS_SHA1(flags) || IS_SHA256(flags))
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()
513 else if (IS_SHA256(def->flags)) in qce_ahash_register_one()
H A Dcommon.c114 else if (IS_SHA256(flags) || IS_SHA256_HMAC(flags)) in qce_auth_cfg()
119 if (IS_SHA1(flags) || IS_SHA256(flags)) in qce_auth_cfg()
/kernel/linux/linux-6.6/drivers/crypto/qce/
H A Dcommon.h66 #define IS_SHA256(flags) (flags & QCE_HASH_SHA256) macro
70 #define IS_SHA(flags) (IS_SHA1(flags) || IS_SHA256(flags))
H A Dcommon.c120 else if (IS_SHA256(flags) || IS_SHA256_HMAC(flags)) in qce_auth_cfg()
127 if (IS_SHA1(flags) || IS_SHA256(flags)) in qce_auth_cfg()
H A Dsha.c480 else if (IS_SHA256(def->flags)) in qce_ahash_register_one()

Completed in 5 milliseconds