Support VC-WIN32

This commit is contained in:
Zhi Guan
2016-07-04 13:03:03 +02:00
parent f881784b73
commit 09f054b2f2
109 changed files with 16877 additions and 200 deletions

View File

@@ -343,6 +343,22 @@ const EVP_CIPHER *EVP_sms4_wrap(void)
return &sms4_wrap;
}
const EVP_CIPHER *EVP_sms4_ccm(void)
{
return NULL;
}
const EVP_CIPHER *EVP_sms4_gcm(void)
{
return NULL;
}
const EVP_CIPHER *EVP_sms4_xts(void)
{
return NULL;
}
//TODO: EVP_sms4_256_xxx();