#include <stdio.h>
#include <string.h>
#include <vector>
#include <gtest/gtest.h>
#include <openssl/aes.h>
#include <openssl/cpu.h>
#include "../../test/abi_test.h"
#include "../../test/file_test.h"
#include "../../test/test_util.h"
#include "../aes/internal.h"
#include "internal.h"
Go to the source code of this file.
Functions | |
TEST (GCMTest, ByteSwap) | |
TEST (GCMTest, TestVectors) | |
TEST | ( | GCMTest | , |
ByteSwap | |||
) |
Definition at line 116 of file gcm_test.cc.
TEST | ( | GCMTest | , |
TestVectors | |||
) |
Definition at line 66 of file gcm_test.cc.