Public Attributes | |
uint8_t | cbc_ciphertext [24] |
uint8_t | cfb_ciphertext [16] |
uint8_t | ecb_ciphertext [16] |
uint8_t | iv [8] |
uint8_t | key [16] |
uint8_t | plaintext [16] |
Definition at line 22 of file blowfish_test.cc.
uint8_t BlowfishTestCase::cbc_ciphertext[24] |
Definition at line 27 of file blowfish_test.cc.
uint8_t BlowfishTestCase::cfb_ciphertext[16] |
Definition at line 28 of file blowfish_test.cc.
uint8_t BlowfishTestCase::ecb_ciphertext[16] |
Definition at line 26 of file blowfish_test.cc.
uint8_t BlowfishTestCase::iv[8] |
Definition at line 25 of file blowfish_test.cc.
uint8_t BlowfishTestCase::key[16] |
Definition at line 23 of file blowfish_test.cc.
uint8_t BlowfishTestCase::plaintext[16] |
Definition at line 24 of file blowfish_test.cc.