Searched refs:RequestedExtensions (Results 1 – 1 of 1) sorted by relevance
5358 SmallVector<StringRef, 4> &RequestedExtensions) { in ExpandCryptoAEK() argument5359 const bool NoCrypto = llvm::is_contained(RequestedExtensions, "nocrypto"); in ExpandCryptoAEK()5360 const bool Crypto = llvm::is_contained(RequestedExtensions, "crypto"); in ExpandCryptoAEK()5370 RequestedExtensions.push_back("sha2"); in ExpandCryptoAEK()5371 RequestedExtensions.push_back("aes"); in ExpandCryptoAEK()5378 RequestedExtensions.push_back("sm4"); in ExpandCryptoAEK()5379 RequestedExtensions.push_back("sha3"); in ExpandCryptoAEK()5380 RequestedExtensions.push_back("sha2"); in ExpandCryptoAEK()5381 RequestedExtensions.push_back("aes"); in ExpandCryptoAEK()5392 RequestedExtensions.push_back("nosha2"); in ExpandCryptoAEK()[all …]