Searched refs:rsa_c (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | spl_rkfw.h | 56 u32 rsa_c[64]; member 68 u32 rsa_c[64]; member
|
| /OK3568_Linux_fs/u-boot/lib/rsa/ |
| H A D | rsa-sign.c | 730 const void *rsa_n, *rsa_e, *rsa_c, *rsa_np; in rsa_set_key_hash() local 746 rsa_c = fdt_getprop(keydest, key_node, "rsa,c", NULL); in rsa_set_key_hash() 748 if (!rsa_c || !rsa_np || !rsa_n || !rsa_e) in rsa_set_key_hash() 758 rsa_convert_big_endian(c, rsa_c, key_len, CONFIG_RSA_C_SIZE); in rsa_set_key_hash()
|
| /OK3568_Linux_fs/u-boot/include/android_avb/ |
| H A D | rk_avb_ops_user.h | 41 u_int32_t rsa_c[ROCHCHIP_RSA_PARAMETER_SIZE]; member
|
| /OK3568_Linux_fs/u-boot/lib/avb/libavb_atx/ |
| H A D | avb_atx_validate.c | 118 rsa_key.c = (u32 *)&pub_key.rsa_c; in verify_permanent_attributes()
|