proxygen
TicketTypes.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 <fizz/crypto/Hkdf.h>
13 #include <fizz/protocol/Types.h>
16 
17 namespace fizz {
18 namespace server {
19 using AES128TicketCipher = AeadTicketCipher<
20  OpenSSLEVPCipher<AESGCM128>,
21  TicketCodec<CertificateStorage::X509>,
24  OpenSSLEVPCipher<AESGCM128>,
27 }
28 } // namespace fizz
AeadTicketCipher< OpenSSLEVPCipher< AESGCM128 >, TicketCodec< CertificateStorage::X509 >, HkdfImpl< Sha256 >> AES128TicketCipher
Definition: TicketTypes.h:22
Definition: Actions.h:16