Searched refs:RequestedExtensions (Results 1 – 1 of 1) sorted by relevance
6904 SmallVector<StringRef, 4> &RequestedExtensions) { in ExpandCryptoAEK() argument6905 const bool NoCrypto = llvm::is_contained(RequestedExtensions, "nocrypto"); in ExpandCryptoAEK()6906 const bool Crypto = llvm::is_contained(RequestedExtensions, "crypto"); in ExpandCryptoAEK()6913 RequestedExtensions.push_back("sha2"); in ExpandCryptoAEK()6914 RequestedExtensions.push_back("aes"); in ExpandCryptoAEK()6922 RequestedExtensions.push_back("sm4"); in ExpandCryptoAEK()6923 RequestedExtensions.push_back("sha3"); in ExpandCryptoAEK()6924 RequestedExtensions.push_back("sha2"); in ExpandCryptoAEK()6925 RequestedExtensions.push_back("aes"); in ExpandCryptoAEK()6932 RequestedExtensions.push_back("nosha2"); in ExpandCryptoAEK()[all …]