Home
last modified time | relevance | path

Searched refs:vb2api_ec_sync (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/vboot_reference/firmware/2lib/
H A D2kernel.c151 VB2_TRY(vb2api_ec_sync(ctx)); in vb2api_kernel_phase2()
H A D2ec_sync.c342 vb2_error_t vb2api_ec_sync(struct vb2_context *ctx) in vb2api_ec_sync() function
/aosp_15_r20/external/coreboot/src/security/vboot/
H A Dec_sync.c50 retval = vb2api_ec_sync(ctx); in vboot_sync_ec()
/aosp_15_r20/external/vboot_reference/firmware/2lib/include/
H A D2api.h1253 vb2_error_t vb2api_ec_sync(struct vb2_context *ctx);
/aosp_15_r20/external/vboot_reference/tests/
H A Dvb2_kernel_tests.c122 vb2_error_t vb2api_ec_sync(struct vb2_context *c) in vb2api_ec_sync() function
H A Dvb2_ec_sync_tests.c195 TEST_EQ(vb2api_ec_sync(ctx), retval, desc); in test_ssync()