#include <openssl/cipher.h>
#include <vector>
#include <gtest/gtest.h>
#include "../../crypto/internal.h"
#include "../../crypto/test/test_util.h"
Go to the source code of this file.
Classes | |
struct | XTSTestCase |
Functions | |
TEST (XTSTest, TestVectors) | |
Variables | |
static const XTSTestCase | kXTSTestCases [] |
TEST | ( | XTSTest | , |
TestVectors | |||
) |
Definition at line 211 of file xts_test.cc.
|
static |
Definition at line 32 of file xts_test.cc.