#include "./wycheproof_util.h"
#include <stdlib.h>
#include <algorithm>
#include <openssl/bn.h>
#include <openssl/digest.h>
#include <openssl/ec.h>
#include <openssl/nid.h>
#include "./file_test.h"
Go to the source code of this file.
Functions | |
bssl::UniquePtr< BIGNUM > | GetWycheproofBIGNUM (FileTest *t, const char *key, bool instruction) |
bssl::UniquePtr< EC_GROUP > | GetWycheproofCurve (FileTest *t, const char *key, bool instruction) |
const EVP_MD * | GetWycheproofDigest (FileTest *t, const char *key, bool instruction) |
bool | GetWycheproofResult (FileTest *t, WycheproofResult *out) |
Definition at line 132 of file wycheproof_util.cc.
Definition at line 108 of file wycheproof_util.cc.
Definition at line 81 of file wycheproof_util.cc.
bool GetWycheproofResult | ( | FileTest * | t, |
WycheproofResult * | out | ||
) |
Definition at line 49 of file wycheproof_util.cc.