Searched defs:ciphertest (Results 1 – 3 of 3) sorted by relevance
120 struct ciphertest { struct121 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;[all …]
136 struct ciphertest { struct137 const char *name;138 int cipher;139 int keyix;140 u_int8_t iv[4];141 const u_int8_t *key;142 size_t key_len;143 const u_int8_t *plaintext;144 size_t plaintext_len;145 const u_int8_t *encrypted;[all …]
531 struct ciphertest { struct532 const char *name;533 int cipher;534 int keyix;535 u_int64_t pn;536 const u_int8_t *key;537 size_t key_len;538 const u_int8_t *plaintext;539 size_t plaintext_len;540 const u_int8_t *encrypted;[all …]