mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 18:57:27 +02:00
changed RNG to WC_RNG
This commit is contained in:
@ -16114,7 +16114,7 @@ static int test_wc_curve448_make_key (void)
|
|||||||
{
|
{
|
||||||
int ret = 0;
|
int ret = 0;
|
||||||
#if defined(HAVE_CURVE448)
|
#if defined(HAVE_CURVE448)
|
||||||
RNG rng;
|
WC_RNG rng;
|
||||||
curve448_key key;
|
curve448_key key;
|
||||||
int keysize;
|
int keysize;
|
||||||
|
|
||||||
@ -16174,7 +16174,7 @@ static int test_wc_curve448_import_private_raw_ex(void)
|
|||||||
{
|
{
|
||||||
int ret = 0;
|
int ret = 0;
|
||||||
#if defined(HAVE_CURVE448)
|
#if defined(HAVE_CURVE448)
|
||||||
RNG rng;
|
WC_RNG rng;
|
||||||
curve448_key key;
|
curve448_key key;
|
||||||
byte priv[CURVE448_KEY_SIZE];
|
byte priv[CURVE448_KEY_SIZE];
|
||||||
byte pub[CURVE448_KEY_SIZE];
|
byte pub[CURVE448_KEY_SIZE];
|
||||||
|
Reference in New Issue
Block a user