Searched refs:IS_SHA (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/crypto/qce/ | ||
D | common.h | 70 #define IS_SHA(flags) (IS_SHA1(flags) || IS_SHA256(flags)) macro |
D | common.c | 135 if (IS_SHA(flags) || IS_SHA_HMAC(flags)) in qce_auth_cfg() |