lib/hcrypto: DES_cfb64_encrypt init buffer in decrypt path
This commit is contained in:
@@ -728,6 +728,7 @@ DES_cfb64_encrypt(const void *in, void *out,
|
|||||||
int i = *num;
|
int i = *num;
|
||||||
unsigned char c;
|
unsigned char c;
|
||||||
|
|
||||||
|
memset(tmp, 0, DES_CBLOCK_LEN);
|
||||||
while (length > 0) {
|
while (length > 0) {
|
||||||
if (i == 0) {
|
if (i == 0) {
|
||||||
DES_encrypt(uiv, ks, 1);
|
DES_encrypt(uiv, ks, 1);
|
||||||
|
Reference in New Issue
Block a user