Searched refs:IS_SHA256_HMAC (Results 1 – 2 of 2) sorted by relevance
68 #define IS_SHA256_HMAC(flags) (flags & QCE_HASH_SHA256_HMAC) macro72 (IS_SHA1_HMAC(flags) || IS_SHA256_HMAC(flags))
120 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 15 milliseconds