mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-02 12:14:38 +02:00
restore FIPS des3 build w/o opensslextra
This commit is contained in:
@@ -91,12 +91,6 @@ void wc_Des_SetIV(Des* des, const byte* iv)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
int wc_Des_CbcEncryptWithKey(byte* out, const byte* in, word32 sz,
|
|
||||||
const byte* key, const byte* iv)
|
|
||||||
{
|
|
||||||
return Des_CbcEncryptWithKey(out, in, sz, key, iv);
|
|
||||||
}
|
|
||||||
|
|
||||||
int wc_Des_CbcDecryptWithKey(byte* out, const byte* in, word32 sz,
|
int wc_Des_CbcDecryptWithKey(byte* out, const byte* in, word32 sz,
|
||||||
const byte* key, const byte* iv)
|
const byte* key, const byte* iv)
|
||||||
{
|
{
|
||||||
@@ -110,12 +104,6 @@ int wc_Des3_SetIV(Des3* des, const byte* iv)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
int wc_Des3_CbcEncryptWithKey(byte* out, const byte* in, word32 sz,
|
|
||||||
const byte* key, const byte* iv)
|
|
||||||
{
|
|
||||||
return Des3_CbcEncryptWithKey(out, in, sz, key, iv);
|
|
||||||
}
|
|
||||||
|
|
||||||
int wc_Des3_CbcDecryptWithKey(byte* out, const byte* in, word32 sz,
|
int wc_Des3_CbcDecryptWithKey(byte* out, const byte* in, word32 sz,
|
||||||
const byte* key, const byte* iv)
|
const byte* key, const byte* iv)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user