mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-07-06 07:44:57 +03:00
Rename IsIntelAesNiSupported() to IsAesNiSupported()
This commit is contained in:
@ -4253,8 +4253,8 @@ void AesDecrypt(void *dest, void *src, UINT size, AES_KEY_VALUE *k, void *ivec)
|
||||
EVP_CIPHER_CTX_free(ctx);
|
||||
}
|
||||
|
||||
// Determine whether the Intel AES-NI is supported
|
||||
bool IsIntelAesNiSupported()
|
||||
// Determine whether the AES-NI instruction set is supported by the CPU
|
||||
bool IsAesNiSupported()
|
||||
{
|
||||
bool supported = false;
|
||||
|
||||
|
Reference in New Issue
Block a user