Searched defs:ciphertest (Results 1 – 3 of 3) sorted by relevance
122 struct ciphertest { struct123 const char *name;124 int cipher;125 int keyix;126 u_int64_t pn;127 const u_int8_t *key;128 size_t key_len;130 size_t phase1_len;132 size_t phase2_len;134 size_t plaintext_len;[all …]
138 struct ciphertest { struct139 const char *name;140 int cipher;141 int keyix;142 u_int8_t iv[4];143 const u_int8_t *key;144 size_t key_len;145 const u_int8_t *plaintext;146 size_t plaintext_len;147 const u_int8_t *encrypted;[all …]
533 struct ciphertest { struct534 const char *name;535 int cipher;536 int keyix;537 u_int64_t pn;538 const u_int8_t *key;539 size_t key_len;540 const u_int8_t *plaintext;541 size_t plaintext_len;542 const u_int8_t *encrypted;[all …]