Searched defs:cipher_test_data (Results 1 – 1 of 1) sorted by relevance
33 struct cipher_test_data { struct34 const char *algo_name;35 const char *mode_name;36 u32 algo;37 u32 mode;38 const u8 *key;39 const u8 *twk_key;40 u32 key_len;41 const u8 *iv;42 u32 iv_len;[all …]