Searched refs:mpa_num (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/crypto/rockchip/ |
| H A D | crypto_v2_pka.c | 787 static int mpa_highest_bit_index(const struct mpa_num *src) in mpa_highest_bit_index() 817 int rk_mpa_alloc(struct mpa_num **mpa, void *data, u32 word_size) in rk_mpa_alloc() 821 struct mpa_num *tmp_mpa = NULL; in rk_mpa_alloc() 858 void rk_mpa_free(struct mpa_num **mpa) in rk_mpa_free() 860 struct mpa_num *tmp_mpa = NULL; in rk_mpa_free() 876 struct mpa_num *m_a, *m_b, *m_c; in rk_abs_add() 878 m_a = (struct mpa_num *)a; in rk_abs_add() 879 m_b = (struct mpa_num *)b; in rk_abs_add() 880 m_c = (struct mpa_num *)c; in rk_abs_add() 913 struct mpa_num *m_a, *m_b, *m_c; in rk_mod() [all …]
|
| H A D | crypto_v2.c | 1371 struct mpa_num *mpa_m = NULL, *mpa_e = NULL, *mpa_n = NULL; in rockchip_crypto_rsa_verify() 1372 struct mpa_num *mpa_c = NULL, *mpa_result = NULL; in rockchip_crypto_rsa_verify()
|
| /OK3568_Linux_fs/u-boot/include/rockchip/ |
| H A D | crypto_v2_pka.h | 16 struct mpa_num { struct 548 int rk_mpa_alloc(struct mpa_num **mpa, void *data, u32 word_size); 549 void rk_mpa_free(struct mpa_num **mpa);
|