Searched refs:RequestedExtensions (Results 1 – 1 of 1) sorted by relevance
7128 SmallVector<StringRef, 4> &RequestedExtensions) { in ExpandCryptoAEK() argument7129 const bool NoCrypto = llvm::is_contained(RequestedExtensions, "nocrypto"); in ExpandCryptoAEK()7130 const bool Crypto = llvm::is_contained(RequestedExtensions, "crypto"); in ExpandCryptoAEK()7137 RequestedExtensions.push_back("sha2"); in ExpandCryptoAEK()7138 RequestedExtensions.push_back("aes"); in ExpandCryptoAEK()7146 RequestedExtensions.push_back("sm4"); in ExpandCryptoAEK()7147 RequestedExtensions.push_back("sha3"); in ExpandCryptoAEK()7148 RequestedExtensions.push_back("sha2"); in ExpandCryptoAEK()7149 RequestedExtensions.push_back("aes"); in ExpandCryptoAEK()7156 RequestedExtensions.push_back("nosha2"); in ExpandCryptoAEK()[all …]