IS_SHA1_HMAC      110 drivers/crypto/qce/common.c 	if (IS_SHA1(flags) || IS_SHA1_HMAC(flags))
IS_SHA1_HMAC      119 drivers/crypto/qce/common.c 	else if (IS_SHA1_HMAC(flags) || IS_SHA256_HMAC(flags) ||
IS_SHA1_HMAC      270 drivers/crypto/qce/common.c 	iv_words = (IS_SHA1(rctx->flags) || IS_SHA1_HMAC(rctx->flags)) ? 5 : 8;
IS_SHA1_HMAC       65 drivers/crypto/qce/common.h 		(IS_SHA1_HMAC(flags) || IS_SHA256_HMAC(flags))
IS_SHA1_HMAC      148 drivers/crypto/qce/sha.c 	if (IS_SHA1(flags) || IS_SHA1_HMAC(flags)) {
IS_SHA1_HMAC      211 drivers/crypto/qce/sha.c 	if (IS_SHA1(flags) || IS_SHA1_HMAC(flags)) {