Searched refs:pub_key (Results 1 – 8 of 8) sorted by relevance
| /rk3399_rockchip-uboot/arch/arm/mach-rockchip/ |
| H A D | rk_atags.c | 404 struct tag_pub_key pub_key; in atags_set_pub_key() local 409 memset(&pub_key, 0, sizeof(struct tag_pub_key)); in atags_set_pub_key() 410 pub_key.len = len; in atags_set_pub_key() 411 pub_key.flag = flag; in atags_set_pub_key() 412 memcpy(pub_key.data, data, len); in atags_set_pub_key() 414 return atags_set_tag(ATAG_PUB_KEY, &pub_key); in atags_set_pub_key()
|
| H A D | fit_misc.c | 284 if (t && t->u.pub_key.flag == PUBKEY_FUSE_PROGRAMMED) in fit_board_verify_required_sigs()
|
| H A D | param.c | 456 if (t->u.pub_key.flag == PUBKEY_FUSE_PROGRAMMED) in param_parse_pubkey_fuse_programmed()
|
| /rk3399_rockchip-uboot/lib/avb/libavb_atx/ |
| H A D | avb_atx_validate.c | 86 struct rk_pub_key pub_key; in verify_permanent_attributes() local 93 memset(&pub_key, 0, sizeof(struct rk_pub_key)); in verify_permanent_attributes() 94 ret = rk_avb_get_pub_key(&pub_key); in verify_permanent_attributes() 115 rsa_key.n = (u32 *)&pub_key.rsa_n; in verify_permanent_attributes() 116 rsa_key.e = (u32 *)&pub_key.rsa_e; in verify_permanent_attributes() 118 rsa_key.c = (u32 *)&pub_key.rsa_c; in verify_permanent_attributes()
|
| /rk3399_rockchip-uboot/include/android_avb/ |
| H A D | rk_avb_ops_user.h | 321 int rk_avb_get_pub_key(struct rk_pub_key *pub_key);
|
| /rk3399_rockchip-uboot/lib/avb/rk_avb_user/ |
| H A D | rk_avb_ops_user.c | 31 int rk_avb_get_pub_key(struct rk_pub_key *pub_key) in rk_avb_get_pub_key() argument 39 memcpy(pub_key, t->u.pub_key.data, sizeof(struct rk_pub_key)); in rk_avb_get_pub_key()
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | atags.c | 142 printf(" version = 0x%x\n", t->u.pub_key.version); in atags_print_tag() 143 printf(" hash = 0x%x\n", t->u.pub_key.hash); in atags_print_tag()
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/arch-rockchip/ |
| H A D | rk_atags.h | 231 struct tag_pub_key pub_key; member
|