Go to the source code of this file.
Classes | |
struct | WycheproofResult |
Enumerations | |
enum | WycheproofRawResult { WycheproofRawResult::kValid, WycheproofRawResult::kInvalid, WycheproofRawResult::kAcceptable } |
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) |
|
strong |
Enumerator | |
---|---|
kValid | |
kInvalid | |
kAcceptable |
Definition at line 28 of file wycheproof_util.h.
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.