#include <openssl/bytestring.h>
#include <errno.h>
#include <stdio.h>
#include <string.h>
#include <algorithm>
#include <vector>
#include "internal.h"
Go to the source code of this file.
Functions | |
bool | ReadAll (std::vector< uint8_t > *out, FILE *file) |
bool | WriteToFile (const std::string &path, bssl::Span< const uint8_t > in) |
Definition at line 27 of file boringssl-with-bazel/src/tool/file.cc.