|
proxygen
|
This is the complete list of members for fizz::test::MockFactory, including all inherited members.
| getHkdfPrefix() const | fizz::Factory | inlinevirtual |
| makeAead(CipherSuite cipher) const | fizz::Factory | inlinevirtual |
| makeEncryptedReadRecordLayer(EncryptionLevel encryptionLevel) const | fizz::Factory | inlinevirtual |
| makeEncryptedWriteRecordLayer(EncryptionLevel encryptionLevel) const | fizz::Factory | inlinevirtual |
| makeHandshakeContext(CipherSuite cipher) const | fizz::Factory | inlinevirtual |
| makeKeyDeriver(CipherSuite cipher) const | fizz::Factory | inlinevirtual |
| makeKeyExchange(NamedGroup group) const | fizz::Factory | inlinevirtual |
| makeKeyScheduler(CipherSuite cipher) const | fizz::Factory | inlinevirtual |
| makePeerCert(Buf certData) const override | fizz::test::MockFactory | inlinevirtual |
| makePlaintextReadRecordLayer() const | fizz::Factory | inlinevirtual |
| makePlaintextWriteRecordLayer() const | fizz::Factory | inlinevirtual |
| makeRandom() const | fizz::Factory | inlinevirtual |
| makeTicketAgeAdd() const | fizz::Factory | inlinevirtual |
| MOCK_CONST_METHOD0(makePlaintextReadRecordLayer, std::unique_ptr< PlaintextReadRecordLayer >()) | fizz::test::MockFactory | |
| MOCK_CONST_METHOD0(makePlaintextWriteRecordLayer, std::unique_ptr< PlaintextWriteRecordLayer >()) | fizz::test::MockFactory | |
| MOCK_CONST_METHOD0(makeRandom, Random()) | fizz::test::MockFactory | |
| MOCK_CONST_METHOD0(makeTicketAgeAdd, uint32_t()) | fizz::test::MockFactory | |
| MOCK_CONST_METHOD1(makeEncryptedReadRecordLayer, std::unique_ptr< EncryptedReadRecordLayer >(EncryptionLevel encryptionLevel)) | fizz::test::MockFactory | |
| MOCK_CONST_METHOD1(makeEncryptedWriteRecordLayer, std::unique_ptr< EncryptedWriteRecordLayer >(EncryptionLevel encryptionLevel)) | fizz::test::MockFactory | |
| MOCK_CONST_METHOD1(makeKeyScheduler, std::unique_ptr< KeyScheduler >(CipherSuite cipher)) | fizz::test::MockFactory | |
| MOCK_CONST_METHOD1(makeHandshakeContext, std::unique_ptr< HandshakeContext >(CipherSuite cipher)) | fizz::test::MockFactory | |
| MOCK_CONST_METHOD1(makeKeyExchange, std::unique_ptr< KeyExchange >(NamedGroup group)) | fizz::test::MockFactory | |
| MOCK_CONST_METHOD1(makeAead, std::unique_ptr< Aead >(CipherSuite cipher)) | fizz::test::MockFactory | |
| MOCK_CONST_METHOD1(_makePeerCert, std::shared_ptr< PeerCert >(Buf &)) | fizz::test::MockFactory | |
| setDefaults() | fizz::test::MockFactory | inline |
| ~Factory()=default | fizz::Factory | virtual |