mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-31 11:17:29 +02:00
addressed review comments
This commit is contained in:
@ -184,7 +184,7 @@ WOLFSSL_LOCAL int wc_sce_AesGcmEncrypt(struct Aes* aes, byte* out,
|
|||||||
iv_l = iv;
|
iv_l = iv;
|
||||||
ivSz_l = ivSz;
|
ivSz_l = ivSz;
|
||||||
} else {
|
} else {
|
||||||
WOLFSSL_MSG("AES kes for SCE is not set.");
|
WOLFSSL_MSG("AES key for SCE is not set.");
|
||||||
ret = -1;
|
ret = -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -365,7 +365,7 @@ WOLFSSL_LOCAL int wc_sce_AesGcmDecrypt(struct Aes* aes, byte* out,
|
|||||||
iv_l = iv;
|
iv_l = iv;
|
||||||
ivSz_l = ivSz;
|
ivSz_l = ivSz;
|
||||||
} else {
|
} else {
|
||||||
WOLFSSL_MSG("AES kes for SCE is not set.");
|
WOLFSSL_MSG("AES key for SCE is not set.");
|
||||||
ret = -1;
|
ret = -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user