Home
last modified time | relevance | path

Searched refs:VBOOT_SUCCESS (Results 1 – 9 of 9) sorted by relevance

/external/vboot_reference/tests/
Dvboot_common_tests.c197 TEST_NEQ(VBOOT_SUCCESS, in VbSharedDataTest()
200 TEST_NEQ(VBOOT_SUCCESS, in VbSharedDataTest()
203 TEST_NEQ(VBOOT_SUCCESS, in VbSharedDataTest()
208 TEST_EQ(VBOOT_SUCCESS, VbSharedDataInit(d, VB_SHARED_DATA_MIN_SIZE), in VbSharedDataTest()
228 TEST_NEQ(VBOOT_SUCCESS, VbSharedDataSetKernelKey(NULL, NULL), in VbSharedDataTest()
/external/vboot_reference/futility/
Dcmd_show.c239 if (sign_key && VBOOT_SUCCESS == in futil_cb_show_keyblock()
288 if (VBOOT_SUCCESS != KeyBlockVerify(key_block, len, NULL, 1)) { in futil_cb_show_fw_preamble()
316 if (sign_key && VBOOT_SUCCESS == in futil_cb_show_fw_preamble()
337 if (VBOOT_SUCCESS != VerifyFirmwarePreamble(preamble, in futil_cb_show_fw_preamble()
387 if (VBOOT_SUCCESS != in futil_cb_show_fw_preamble()
425 if (VBOOT_SUCCESS != KeyBlockVerify(key_block, len, NULL, 1)) { in futil_cb_show_kernel_preamble()
431 if (sign_key && VBOOT_SUCCESS == in futil_cb_show_kernel_preamble()
450 if (VBOOT_SUCCESS != VerifyKernelPreamble(preamble, in futil_cb_show_kernel_preamble()
476 != VBOOT_SUCCESS) { in futil_cb_show_kernel_preamble()
487 if (VbKernelHasFlags(preamble) == VBOOT_SUCCESS) in futil_cb_show_kernel_preamble()
Dvb1_helper.c233 != VBOOT_SUCCESS) { in UnpackKernelBlob()
352 if (VbKernelHasFlags(preamble) == VBOOT_SUCCESS) in UnpackKPart()
362 != VBOOT_SUCCESS) { in UnpackKPart()
590 != VBOOT_SUCCESS) { in VerifyKernelBlob()
601 if (VbKernelHasFlags(g_preamble) == VBOOT_SUCCESS) in VerifyKernelBlob()
726 if (VBOOT_SUCCESS == KeyBlockVerify(key_block, len, NULL, 1)) { in recognize_vblock1()
732 if (VBOOT_SUCCESS == in recognize_vblock1()
738 if (VBOOT_SUCCESS == in recognize_vblock1()
Dcmd_vbutil_kernel.c513 if (VbKernelHasFlags(preamble) == VBOOT_SUCCESS) in do_vbutil_kernel()
596 != VBOOT_SUCCESS) { in do_vbutil_kernel()
Dcmd_sign.c148 if (VBOOT_SUCCESS != KeyBlockVerify(key_block, len, NULL, 1)) { in futil_cb_sign_fw_vblock()
292 if (VbKernelHasFlags(preamble) == VBOOT_SUCCESS) { in futil_cb_resign_kernel_part()
/external/vboot_reference/firmware/lib/
Dvboot_common.c305 return VBOOT_SUCCESS; in KeyBlockVerify()
378 return VBOOT_SUCCESS; in VerifyFirmwarePreamble()
457 return VBOOT_SUCCESS; in VerifyKernelPreamble()
476 return VBOOT_SUCCESS; in VbGetKernelVmlinuzHeader()
482 return VBOOT_SUCCESS; in VbKernelHasFlags()
498 return VBOOT_SUCCESS; in VerifyVmlinuzInsideKBlob()
Dvboot_common_init.c44 return VBOOT_SUCCESS; in VbSharedDataInit()
Dvboot_kernel.c441 if (VbKernelHasFlags(preamble) == VBOOT_SUCCESS) in LoadKernel()
/external/vboot_reference/firmware/lib/include/
Dvboot_common.h29 VBOOT_SUCCESS = 0, enumerator