update cavium nitrox port to wolfssl

This commit is contained in:
toddouska
2015-11-16 13:20:19 -08:00
parent 37f4fbc000
commit ca7956b50d
5 changed files with 28 additions and 21 deletions

View File

@@ -715,11 +715,11 @@ int wc_MakeRsaKey(RsaKey* key, int size, long e, WC_RNG* rng)
#ifdef HAVE_CAVIUM
#include <cyassl/ctaocrypt/logging.h>
#include <wolfssl/wolfcrypt/logging.h>
#include "cavium_common.h"
/* Initiliaze RSA for use with Nitrox device */
int RsaInitCavium(RsaKey* rsa, int devId)
int wc_RsaInitCavium(RsaKey* rsa, int devId)
{
if (rsa == NULL)
return -1;