Lines Matching defs:ciphertest
120 struct ciphertest { struct
121 const char *name;
122 int cipher;
123 int keyix;
124 u_int64_t pn;
125 const u_int8_t *key;
126 size_t key_len;
127 const u_int8_t *phase1;
128 size_t phase1_len;
129 const u_int8_t *phase2;
130 size_t phase2_len;
131 const u_int8_t *plaintext;
132 size_t plaintext_len;
133 const u_int8_t *encrypted;
134 size_t encrypted_len;