Lines Matching defs:crypto
2043 // All of these are "crypto" features, but we must sift out actual features
2044 // as the former meaning of "crypto" as a single feature is no more.
2046 uint32_t crypto = 0;
2070 // We need to check crypto separately since we need all of the crypto
2073 crypto |= CAP_AES;
2075 crypto |= CAP_PMULL;
2077 crypto |= CAP_SHA1;
2079 crypto |= CAP_SHA2;
2092 Features["aes"] = (crypto & Aes) == Aes;
2093 Features["sha2"] = (crypto & Sha2) == Sha2;
2108 // Avoid inferring "crypto" means more than the traditional AES + SHA2