Home
last modified time | relevance | path

Searched refs:vb2ex_read_resource (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/vboot_reference/firmware/2lib/
H A D2firmware.c40 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 D2gbb.c29 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 D2stub.c50 vb2_error_t vb2ex_read_resource(struct vb2_context *ctx, in vb2ex_read_resource() function
H A D2misc.c62 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 Dkernel.c76 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 Dvb2_preamble_fuzzer.c26 vb2_error_t vb2ex_read_resource(struct vb2_context *c, in vb2ex_read_resource() function
H A Dvb2_keyblock_fuzzer.c35 vb2_error_t vb2ex_read_resource(struct vb2_context *c, in vb2ex_read_resource() function
H A Dvb20_hwcrypto_verify_fw.c33 vb2_error_t vb2ex_read_resource(struct vb2_context *c, in vb2ex_read_resource() function
H A Dvb20_verify_fw.c33 vb2_error_t vb2ex_read_resource(struct vb2_context *c, in vb2ex_read_resource() function
H A Dvb20_api_kernel_tests.c168 vb2_error_t vb2ex_read_resource(struct vb2_context *c, in vb2ex_read_resource() function
H A Dvb2_gbb_tests.c63 vb2_error_t vb2ex_read_resource(struct vb2_context *c, in vb2ex_read_resource() function
H A Dvb2_firmware_tests.c124 vb2_error_t vb2ex_read_resource(struct vb2_context *c, in vb2ex_read_resource() function
H A Dvb2_kernel_tests.c157 vb2_error_t vb2ex_read_resource(struct vb2_context *c, in vb2ex_read_resource() function
H A Dvb20_kernel_tests.c135 vb2_error_t vb2ex_read_resource(struct vb2_context *c, in vb2ex_read_resource() function
H A Dvb2_load_kernel_tests.c135 vb2_error_t vb2ex_read_resource(struct vb2_context *c, in vb2ex_read_resource() function
H A Dvb2_misc_tests.c67 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 Dvboot_logic.c27 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 D2api.h945 vb2_error_t vb2ex_read_resource(struct vb2_context *ctx,