mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-02 20:24:39 +02:00
Changes per Chris.
This commit is contained in:
@@ -8212,7 +8212,7 @@ static int test_wc_Hc128_SetKey (void)
|
|||||||
"\x45\xAC\x13\x7A\xE1\x48\xAF\x16";
|
"\x45\xAC\x13\x7A\xE1\x48\xAF\x16";
|
||||||
int ret;
|
int ret;
|
||||||
|
|
||||||
printf(testingFmt, "c_Hc128_SetKey()");
|
printf(testingFmt, "wc_Hc128_SetKey()");
|
||||||
ret = wc_Hc128_SetKey(&ctx, (byte*)key, (byte*)iv);
|
ret = wc_Hc128_SetKey(&ctx, (byte*)key, (byte*)iv);
|
||||||
/* Test bad args. */
|
/* Test bad args. */
|
||||||
if (ret == 0) {
|
if (ret == 0) {
|
||||||
|
Reference in New Issue
Block a user