Home
last modified time | relevance | path

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

/drivers/crypto/qce/
Dcommon.h63 #define IS_SHA256(flags) (flags & QCE_HASH_SHA256) macro
67 #define IS_SHA(flags) (IS_SHA1(flags) || IS_SHA256(flags))
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()
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()