Searched refs:rsa_convert_big_endian (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/u-boot/lib/rsa/ |
| H A D | rsa-verify.c | 66 static void rsa_convert_big_endian(uint32_t *dst, const uint32_t *src, in rsa_convert_big_endian() function 106 rsa_convert_big_endian(rsa_key.n, (uint32_t *)prop->modulus, in rsa_mod_exp_hw() 108 rsa_convert_big_endian(rsa_key.e, (uint32_t *)prop->public_exponent_BN, in rsa_mod_exp_hw() 111 rsa_convert_big_endian(rsa_key.c, (uint32_t *)prop->factor_c, in rsa_mod_exp_hw() 114 rsa_convert_big_endian(rsa_key.c, (uint32_t *)prop->factor_np, in rsa_mod_exp_hw() 661 rsa_convert_big_endian(n, (uint32_t *)prop.modulus, in rsa_burn_key_hash() 663 rsa_convert_big_endian(e, (uint32_t *)prop.public_exponent_BN, in rsa_burn_key_hash() 666 rsa_convert_big_endian(c, (uint32_t *)prop.factor_c, in rsa_burn_key_hash() 669 rsa_convert_big_endian(c, (uint32_t *)prop.factor_np, in rsa_burn_key_hash()
|
| H A D | rsa-mod-exp.c | 242 static void rsa_convert_big_endian(uint32_t *dst, const uint32_t *src, int len) in rsa_convert_big_endian() function 298 rsa_convert_big_endian(key.modulus, (uint32_t *)prop->modulus, key.len); in rsa_mod_exp_sw() 299 rsa_convert_big_endian(key.rr, (uint32_t *)prop->rr, key.len); in rsa_mod_exp_sw()
|
| H A D | rsa-sign.c | 713 static void rsa_convert_big_endian(uint32_t *dst, const uint32_t *src, in rsa_convert_big_endian() function 753 rsa_convert_big_endian(n, rsa_n, key_len, CONFIG_RSA_N_SIZE); in rsa_set_key_hash() 754 rsa_convert_big_endian(e, rsa_e, key_len, CONFIG_RSA_E_SIZE); in rsa_set_key_hash() 758 rsa_convert_big_endian(c, rsa_c, key_len, CONFIG_RSA_C_SIZE); in rsa_set_key_hash() 774 rsa_convert_big_endian(np, rsa_np, key_len, CONFIG_RSA_C_SIZE); in rsa_set_key_hash()
|
| H A D | rsa-mod-exp.su | |
| /OK3568_Linux_fs/u-boot/spl/lib/rsa/ |
| H A D | rsa-mod-exp.su | |
| /OK3568_Linux_fs/u-boot/spl/ |
| H A D | u-boot-spl.sym | |
| H A D | u-boot-spl.map | |
| /OK3568_Linux_fs/u-boot/ |
| H A D | System.map | |
| H A D | u-boot.sym | |
| H A D | u-boot.map | |