proxygen
Exporter.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 
12 #include <fizz/protocol/Factory.h>
13 
14 namespace fizz {
15 
16 class Exporter {
17  public:
18  static Buf getEkm(
20  folly::ByteRange exporterMaster,
22  Buf context,
23  uint16_t length);
24 };
25 } // namespace fizz
context
Definition: CMakeCache.txt:563
CipherSuite
Definition: Types.h:153
CipherSuite cipher
Definition: Actions.h:16
static Buf getEkm(CipherSuite cipher, folly::ByteRange exporterMaster, folly::StringPiece label, Buf context, uint16_t length)
Definition: Exporter.cpp:13
std::unique_ptr< folly::IOBuf > Buf
Definition: Types.h:22
StringPiece label