Searched refs:algo_type (Results 1 – 5 of 5) sorted by relevance
| /rk3399_rockchip-uboot/cmd/ |
| H A D | crypto.c | 89 #define HASH_TEST(algo_type, data_in, hash_val) {\ argument 91 .mode_name = #algo_type, \ 92 .algo = CRYPTO_##algo_type, \ 99 #define HMAC_TEST(algo_type, data_in, hash_val, hmac_key) {\ argument 101 .mode_name = #algo_type, \ 102 .algo = CRYPTO_HMAC_##algo_type, \ 111 #define CIPHER_XTS_TEST(algo_type, mode_type, key1, key2, iv_val, in, out) { \ argument 112 .algo_name = #algo_type, \ 114 .algo = CRYPTO_##algo_type,\ 130 #define CIPHER_AE_TEST(algo_type, mode_type, key_val, iv_val, \ argument [all …]
|
| /rk3399_rockchip-uboot/drivers/ddr/marvell/a38x/ |
| H A D | ddr3_training_ip.h | 172 int hws_ddr3_tip_run_alg(u32 dev_num, enum hws_algo_type algo_type);
|
| H A D | ddr3_training_ip_prv_if.h | 55 u32 dev_num, enum hws_algo_type algo_type);
|
| H A D | ddr3_training.c | 92 static int odt_test(u32 dev_num, enum hws_algo_type algo_type); 799 int hws_ddr3_tip_run_alg(u32 dev_num, enum hws_algo_type algo_type) in hws_ddr3_tip_run_alg() argument 805 return odt_test(dev_num, algo_type); in hws_ddr3_tip_run_alg() 808 if (algo_type == ALGO_TYPE_DYNAMIC) { in hws_ddr3_tip_run_alg() 844 static int odt_test(u32 dev_num, enum hws_algo_type algo_type) in odt_test() argument 861 if (algo_type == ALGO_TYPE_DYNAMIC) { in odt_test()
|
| /rk3399_rockchip-uboot/drivers/crypto/rockchip/ |
| H A D | crypto_ce.c | 183 static u32 rk_load_map(struct rockchip_crypto_priv *priv, u32 algo_type, in rk_load_map() argument 190 if (rkce_hw_algo_valid(priv->hardware, algo_type, map[i].rkce, 0)) in rk_load_map()
|