Searched refs:RequestedExtensions (Results 1 – 2 of 2) sorted by relevance
4910 SmallVector<StringRef, 4> &RequestedExtensions) { in ExpandCryptoAEK() argument4912 (std::find(RequestedExtensions.begin(), RequestedExtensions.end(), in ExpandCryptoAEK()4913 "nocrypto") != std::end(RequestedExtensions)); in ExpandCryptoAEK()4915 (std::find(RequestedExtensions.begin(), RequestedExtensions.end(), in ExpandCryptoAEK()4916 "crypto") != std::end(RequestedExtensions)); in ExpandCryptoAEK()4926 RequestedExtensions.push_back("sha2"); in ExpandCryptoAEK()4927 RequestedExtensions.push_back("aes"); in ExpandCryptoAEK()4930 RequestedExtensions.push_back("sm4"); in ExpandCryptoAEK()4931 RequestedExtensions.push_back("sha3"); in ExpandCryptoAEK()4932 RequestedExtensions.push_back("sha2"); in ExpandCryptoAEK()[all …]
4238 SmallVector<StringRef, 4> RequestedExtensions; in parseDirectiveCPU() local4240 ExtensionString.split(RequestedExtensions, '+'); in parseDirectiveCPU()4253 for (auto Name : RequestedExtensions) { in parseDirectiveCPU()