Home
last modified time | relevance | path

Searched defs:cipher_test_data (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/u-boot/cmd/
H A Dcrypto.c33 struct cipher_test_data { struct
34 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 …]