mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-08-09 07:23:56 +08:00
Support VC-WIN32
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user