#include <stdio.h>
#include <stdint.h>
#include <string.h>
#include <memory>
#include <gtest/gtest.h>
#include <openssl/crypto.h>
#include <openssl/chacha.h>
#include "internal.h"
#include "../internal.h"
#include "../test/abi_test.h"
#include "../test/test_util.h"
Go to the source code of this file.
Functions | |
TEST (ChaChaTest, TestVector) | |
Variables | |
static uint32_t | kCounter = 42 |
static const uint8_t | kInput [] |
static const uint8_t | kKey [32] |
static const uint8_t | kNonce [12] |
static const uint8_t | kOutput [] |
TEST | ( | ChaChaTest | , |
TestVector | |||
) |
Definition at line 224 of file chacha_test.cc.
|
static |
Definition at line 42 of file chacha_test.cc.
Definition at line 44 of file chacha_test.cc.
Definition at line 32 of file chacha_test.cc.
Definition at line 38 of file chacha_test.cc.
Definition at line 132 of file chacha_test.cc.