cipher.h | 119 * cipher_test_case_t is a (list of) key, salt, xtd_seq_num_t, 126 typedef struct cipher_test_case_t { struct 134 struct cipher_test_case_t *next_test_case; /* pointer to next testcase */ 135 } cipher_test_case_t; typedef in typeref:struct:cipher_test_case_t 148 cipher_test_case_t *test_data;
|