mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-31 01:59:15 +01:00
AES-GCM
1. Updated the wolfCrypt GMAC test to leave out the test case with the 15-byte tag when building for FIPS. 2. Replace tabs with spaces.
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
#if !defined(NO_AES)
|
||||
|
||||
#if defined(HAVE_FIPS) && \
|
||||
defined(HAVE_FIPS_VERSION) && (HAVE_FIPS_VERSION >= 2)
|
||||
defined(HAVE_FIPS_VERSION) && (HAVE_FIPS_VERSION >= 2)
|
||||
|
||||
/* set NO_WRAPPERS before headers, use direct internal f()s not wrappers */
|
||||
#define FIPS_NO_WRAPPERS
|
||||
@@ -188,7 +188,7 @@
|
||||
|
||||
/* AES-CCM */
|
||||
#if defined(HAVE_AESCCM) && \
|
||||
defined(HAVE_FIPS_VERSION) && (HAVE_FIPS_VERSION >= 2)
|
||||
defined(HAVE_FIPS_VERSION) && (HAVE_FIPS_VERSION >= 2)
|
||||
int wc_AesCcmSetKey(Aes* aes, const byte* key, word32 keySz)
|
||||
{
|
||||
return AesCcmSetKey(aes, key, keySz);
|
||||
|
||||
Reference in New Issue
Block a user