|
proxygen
|
Public Attributes | |
| std::string | key |
| std::string | iv |
| uint64_t | seqNum |
| std::string | aad |
| std::string | plaintext |
| std::string | ciphertext |
| bool | valid |
| CipherSuite | cipher |
Definition at line 27 of file OpenSSLEVPCipherTest.cpp.
| std::string fizz::test::CipherParams::aad |
Definition at line 31 of file OpenSSLEVPCipherTest.cpp.
Referenced by fizz::test::callDecrypt(), and fizz::test::callEncrypt().
| CipherSuite fizz::test::CipherParams::cipher |
Definition at line 35 of file OpenSSLEVPCipherTest.cpp.
Referenced by fizz::test::getCipher().
| std::string fizz::test::CipherParams::ciphertext |
Definition at line 33 of file OpenSSLEVPCipherTest.cpp.
Referenced by fizz::test::callDecrypt(), and fizz::test::callEncrypt().
| std::string fizz::test::CipherParams::iv |
Definition at line 29 of file OpenSSLEVPCipherTest.cpp.
Referenced by fizz::test::getCipher().
| std::string fizz::test::CipherParams::key |
Definition at line 28 of file OpenSSLEVPCipherTest.cpp.
Referenced by fizz::test::getCipher().
| std::string fizz::test::CipherParams::plaintext |
Definition at line 32 of file OpenSSLEVPCipherTest.cpp.
Referenced by fizz::test::callDecrypt(), and fizz::test::callEncrypt().
| uint64_t fizz::test::CipherParams::seqNum |
Definition at line 30 of file OpenSSLEVPCipherTest.cpp.
Referenced by fizz::test::callDecrypt(), and fizz::test::callEncrypt().
| bool fizz::test::CipherParams::valid |
Definition at line 34 of file OpenSSLEVPCipherTest.cpp.
Referenced by fizz::test::callDecrypt(), and fizz::test::callEncrypt().