proxygen
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
CookieTypes.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
#include <
fizz/crypto/Hkdf.h
>
10
#include <
fizz/crypto/aead/OpenSSLEVPCipher.h
>
11
#include <
fizz/protocol/Types.h
>
12
#include <
fizz/server/AeadCookieCipher.h
>
13
14
namespace
fizz
{
15
namespace
server {
16
using
AES128CookieCipher
=
17
AeadCookieCipher<OpenSSLEVPCipher<AESGCM128>
,
HkdfImpl<Sha256>
>;
18
}
19
}
// namespace fizz
AeadCookieCipher.h
Hkdf.h
Types.h
fizz::server::AES128CookieCipher
AeadCookieCipher< OpenSSLEVPCipher< AESGCM128 >, HkdfImpl< Sha256 >> AES128CookieCipher
Definition:
CookieTypes.h:17
fizz
Definition:
Actions.h:16
fizz::HkdfImpl
Definition:
Hkdf.h:54
fizz::server::AeadCookieCipher
Definition:
AeadCookieCipher.h:25
OpenSSLEVPCipher.h
proxygen
fizz
fizz
server
CookieTypes.h
Generated by
1.8.11