Classes | Functions
boringssl-with-bazel/src/crypto/test/test_util.h File Reference
#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"
Include dependency graph for boringssl-with-bazel/src/crypto/test/test_util.h:
This graph shows which files directly or indirectly include this file:

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)
 

Function Documentation

◆ DecodeHex()

bool DecodeHex ( std::vector< uint8_t > *  out,
const std::string &  in 
)

◆ EncodeHex()

std::string EncodeHex ( bssl::Span< const uint8_t in)

◆ hexdump()

void hexdump ( FILE *  fp,
const char *  msg,
const void *  in,
size_t  len 
)

◆ operator!=()

bool operator!= ( const Bytes a,
const Bytes b 
)
inline

◆ operator<<()

std::ostream& operator<< ( std::ostream &  os,
const Bytes in 
)

◆ operator==()

bool operator== ( const Bytes a,
const Bytes b 
)
inline


grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:34