proxygen
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
Utils.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2018-present, Facebook, Inc.
3
* All rights reserved.
4
*
5
* This source code is licensed under the BSD-style license found in the
6
* LICENSE file in the root directory of this source tree.
7
*/
8
9
#pragma once
10
11
#include <
folly/Range.h
>
12
13
namespace
fizz
{
14
15
struct
CryptoUtils
{
22
static
bool
equal
(
folly::ByteRange
a
,
folly::ByteRange
b
);
23
27
static
void
clean
(
folly::MutableByteRange
range
);
28
32
static
void
init
();
33
};
34
}
// namespace fizz
b
char b
Definition:
OptionalTest.cpp:53
fizz::CryptoUtils::equal
static bool equal(folly::ByteRange a, folly::ByteRange b)
Definition:
Utils.cpp:31
fizz::CryptoUtils::clean
static void clean(folly::MutableByteRange range)
Definition:
Utils.cpp:38
fizz::CryptoUtils::init
static void init()
Definition:
Utils.cpp:42
folly::gen::range
Gen range(Value begin, Value end)
Definition:
Base.h:467
Range.h
fizz::CryptoUtils
Definition:
Utils.h:15
fizz
Definition:
Actions.h:16
a
char a
Definition:
OptionalTest.cpp:53
folly::Range< const unsigned char * >
proxygen
fizz
fizz
crypto
Utils.h
Generated by
1.8.11