Searched refs:IS_SHA (Results 1 – 2 of 2) sorted by relevance
| /linux-4.4.14/drivers/crypto/qce/ | ||
| D | common.h | 71 #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() |