Searched refs:CIPHER_XTS_TEST (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/cmd/ |
| H A D | crypto.c | 111 #define CIPHER_XTS_TEST(algo_type, mode_type, key1, key2, iv_val, in, out) { \ macro 128 CIPHER_XTS_TEST(algo, mode, key, NULL, iv, plain, cipher) 220 CIPHER_XTS_TEST(AES, XTS, aes_key, aes_twk_key, 236 CIPHER_XTS_TEST(SM4, XTS, sm4_key, sm4_twk_key,
|