Searched defs:xtest_ciph_case (Results 1 – 1 of 1) sorted by relevance
1896 struct xtest_ciph_case { struct1897 uint32_t algo;1898 uint32_t mode;1899 uint32_t key_type;1900 const uint8_t *key1;1901 size_t key1_len;1902 const uint8_t *key2;1903 size_t key2_len;1904 const uint8_t *iv;1905 size_t iv_len;[all …]