going through wolfcrypt

This commit is contained in:
Jacob Barthelmeh
2015-01-07 13:36:11 -07:00
parent 7e9c8028b2
commit 02f16b9232
11 changed files with 47 additions and 47 deletions

View File

@@ -672,7 +672,7 @@ int wc_RNG_GenerateByte(RNG* rng, byte* b)
#ifdef HAVE_CAVIUM
#include <cyassl/ctaocrypt/logging.h>
#include <wolfssl/ctaocrypt/logging.h>
#include "cavium_common.h"
/* Initiliaze RNG for use with Nitrox device */
@@ -690,7 +690,7 @@ int wc_InitRngCavium(RNG* rng, int devId)
static void CaviumRNG_GenerateBlock(RNG* rng, byte* output, word32 sz)
{
cyassl_word offset = 0;
wolfssl_word offset = 0;
word32 requestId;
while (sz > WOLFSSL_MAX_16BIT) {