/external/vboot_reference/firmware/lib20/ |
misc.c | 40 rv = vb2ex_read_resource(ctx, VB2_RES_GBB, sd->gbb_rootkey_offset, 55 rv = vb2ex_read_resource(ctx, VB2_RES_FW_VBLOCK, 0, kb, sizeof(*kb)); 71 rv = vb2ex_read_resource(ctx, VB2_RES_FW_VBLOCK, 0, kb, block_size); 160 rv = vb2ex_read_resource(ctx, VB2_RES_FW_VBLOCK, 173 rv = vb2ex_read_resource(ctx, VB2_RES_FW_VBLOCK,
|
/external/vboot_reference/firmware/2lib/ |
2stub.c | 31 int vb2ex_read_resource(struct vb2_context *ctx, function
|
2misc.c | 39 rv = vb2ex_read_resource(ctx, VB2_RES_GBB, 0, gbb, sizeof(*gbb));
|
/external/vboot_reference/firmware/lib21/ |
misc.c | 44 rv = vb2ex_read_resource(ctx, index, offset, &c, sizeof(c)); 54 rv = vb2ex_read_resource(ctx, index, offset, buf, c.total_size); 86 rv = vb2ex_read_resource(ctx, VB2_RES_GBB, sd->gbb_rootkey_offset,
|
/external/vboot_reference/firmware/2lib/include/ |
2api.h | 390 int vb2ex_read_resource(struct vb2_context *ctx,
|
/external/vboot_reference/tests/ |
vb20_verify_fw.c | 23 int vb2ex_read_resource(struct vb2_context *ctx, function
|
vb20_misc_tests.c | 116 int vb2ex_read_resource(struct vb2_context *ctx, function
|
vb21_misc_tests.c | 122 int vb2ex_read_resource(struct vb2_context *ctx, function
|
vb2_misc_tests.c | 53 int vb2ex_read_resource(struct vb2_context *ctx, function
|