#include <stddef.h>
#include <stdint.h>
#include <stdio.h>
#include <string.h>
#include <iosfwd>
#include <string>
#include <vector>
#include <openssl/span.h>
#include "../internal.h"
Go to the source code of this file.
Classes | |
struct | Bytes |
Functions | |
bool | DecodeHex (std::vector< uint8_t > *out, const std::string &in) |
std::string | EncodeHex (bssl::Span< const uint8_t > in) |
void | hexdump (FILE *fp, const char *msg, const void *in, size_t len) |
bool | operator!= (const Bytes &a, const Bytes &b) |
std::ostream & | operator<< (std::ostream &os, const Bytes &in) |
bool | operator== (const Bytes &a, const Bytes &b) |
Definition at line 58 of file boringssl-with-bazel/src/crypto/test/test_util.cc.
Definition at line 75 of file boringssl-with-bazel/src/crypto/test/test_util.cc.
Definition at line 22 of file boringssl-with-bazel/src/crypto/test/test_util.cc.
Definition at line 58 of file boringssl-with-bazel/src/crypto/test/test_util.h.
Definition at line 32 of file boringssl-with-bazel/src/crypto/test/test_util.cc.