Searched refs:VBOOT_SUCCESS (Results 1 – 9 of 9) sorted by relevance
/external/vboot_reference/tests/ |
D | vboot_common_tests.c | 197 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/ |
D | cmd_show.c | 239 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()
|
D | vb1_helper.c | 233 != 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()
|
D | cmd_vbutil_kernel.c | 513 if (VbKernelHasFlags(preamble) == VBOOT_SUCCESS) in do_vbutil_kernel() 596 != VBOOT_SUCCESS) { in do_vbutil_kernel()
|
D | cmd_sign.c | 148 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/ |
D | vboot_common.c | 305 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()
|
D | vboot_common_init.c | 44 return VBOOT_SUCCESS; in VbSharedDataInit()
|
D | vboot_kernel.c | 441 if (VbKernelHasFlags(preamble) == VBOOT_SUCCESS) in LoadKernel()
|
/external/vboot_reference/firmware/lib/include/ |
D | vboot_common.h | 29 VBOOT_SUCCESS = 0, enumerator
|