/aosp_15_r20/external/vboot_reference/firmware/2lib/ |
H A D | 2firmware.c | 40 VB2_TRY(vb2ex_read_resource(ctx, VB2_RES_GBB, gbb->rootkey_offset, in vb2_load_fw_keyblock() 53 VB2_TRY(vb2ex_read_resource(ctx, VB2_RES_FW_VBLOCK, 0, in vb2_load_fw_keyblock() 68 VB2_TRY(vb2ex_read_resource(ctx, VB2_RES_FW_VBLOCK, 0, kb, block_size)); in vb2_load_fw_keyblock() 159 VB2_TRY(vb2ex_read_resource(ctx, VB2_RES_FW_VBLOCK, in vb2_load_fw_preamble() 170 VB2_TRY(vb2ex_read_resource(ctx, VB2_RES_FW_VBLOCK, in vb2_load_fw_preamble()
|
H A D | 2gbb.c | 29 VB2_TRY(vb2ex_read_resource(ctx, VB2_RES_GBB, offset, *keyp, in vb2_gbb_read_key() 44 VB2_TRY(vb2ex_read_resource(ctx, VB2_RES_GBB, in vb2_gbb_read_key() 95 ret = vb2ex_read_resource(ctx, VB2_RES_GBB, gbb->hwid_offset, in vb2api_gbb_read_hwid()
|
H A D | 2stub.c | 50 vb2_error_t vb2ex_read_resource(struct vb2_context *ctx, in vb2ex_read_resource() function
|
H A D | 2misc.c | 62 VB2_TRY(vb2ex_read_resource(ctx, VB2_RES_GBB, 0, gbb, sizeof(*gbb))); in vb2_read_gbb_header()
|
/aosp_15_r20/external/vboot_reference/firmware/lib20/ |
H A D | kernel.c | 76 VB2_TRY(vb2ex_read_resource(ctx, VB2_RES_KERNEL_VBLOCK, 0, kb, in vb2_load_kernel_keyblock() 91 VB2_TRY(vb2ex_read_resource(ctx, VB2_RES_KERNEL_VBLOCK, 0, kb, in vb2_load_kernel_keyblock() 210 VB2_TRY(vb2ex_read_resource(ctx, VB2_RES_KERNEL_VBLOCK, in vb2_load_kernel_preamble() 221 VB2_TRY(vb2ex_read_resource(ctx, VB2_RES_KERNEL_VBLOCK, in vb2_load_kernel_preamble()
|
/aosp_15_r20/external/vboot_reference/tests/ |
H A D | vb2_preamble_fuzzer.c | 26 vb2_error_t vb2ex_read_resource(struct vb2_context *c, in vb2ex_read_resource() function
|
H A D | vb2_keyblock_fuzzer.c | 35 vb2_error_t vb2ex_read_resource(struct vb2_context *c, in vb2ex_read_resource() function
|
H A D | vb20_hwcrypto_verify_fw.c | 33 vb2_error_t vb2ex_read_resource(struct vb2_context *c, in vb2ex_read_resource() function
|
H A D | vb20_verify_fw.c | 33 vb2_error_t vb2ex_read_resource(struct vb2_context *c, in vb2ex_read_resource() function
|
H A D | vb20_api_kernel_tests.c | 168 vb2_error_t vb2ex_read_resource(struct vb2_context *c, in vb2ex_read_resource() function
|
H A D | vb2_gbb_tests.c | 63 vb2_error_t vb2ex_read_resource(struct vb2_context *c, in vb2ex_read_resource() function
|
H A D | vb2_firmware_tests.c | 124 vb2_error_t vb2ex_read_resource(struct vb2_context *c, in vb2ex_read_resource() function
|
H A D | vb2_kernel_tests.c | 157 vb2_error_t vb2ex_read_resource(struct vb2_context *c, in vb2ex_read_resource() function
|
H A D | vb20_kernel_tests.c | 135 vb2_error_t vb2ex_read_resource(struct vb2_context *c, in vb2ex_read_resource() function
|
H A D | vb2_load_kernel_tests.c | 135 vb2_error_t vb2ex_read_resource(struct vb2_context *c, in vb2ex_read_resource() function
|
H A D | vb2_misc_tests.c | 67 vb2_error_t vb2ex_read_resource(struct vb2_context *c, in vb2ex_read_resource() function
|
/aosp_15_r20/external/coreboot/src/security/vboot/ |
H A D | vboot_logic.c | 27 vb2_error_t vb2ex_read_resource(struct vb2_context *ctx, in vb2ex_read_resource() function
|
/aosp_15_r20/external/vboot_reference/firmware/2lib/include/ |
H A D | 2api.h | 945 vb2_error_t vb2ex_read_resource(struct vb2_context *ctx,
|