Searched refs:KeyBlockCreate (Results 1 – 7 of 7) sorted by relevance
/external/vboot_reference/host/linktest/ |
D | main.c | 27 KeyBlockCreate(0, 0, 0); in main()
|
/external/vboot_reference/host/lib/include/ |
D | host_keyblock.h | 30 VbKeyBlockHeader* KeyBlockCreate(const VbPublicKey* data_key,
|
/external/vboot_reference/futility/ |
D | cmd_vbutil_keyblock.c | 127 block = KeyBlockCreate(data_key, signing_key, flags); in Pack() 138 block = KeyBlockCreate(data_key, signing_key, flags); in Pack()
|
D | cmd_sign.c | 106 vblock = KeyBlockCreate(data_key, option.signprivate, in futil_cb_sign_pubkey() 111 vblock = KeyBlockCreate(data_key, option.signprivate, in futil_cb_sign_pubkey()
|
/external/vboot_reference/host/lib/ |
D | host_keyblock.c | 15 VbKeyBlockHeader* KeyBlockCreate(const VbPublicKey* data_key, in KeyBlockCreate() function
|
/external/vboot_reference/tests/ |
D | vboot_common3_tests.c | 38 hdr = KeyBlockCreate(data_key, private_key, 0x1234); in KeyBlockVerifyTest()
|
D | vb20_common3_tests.c | 52 KeyBlockCreate(data_key, private_key, 0x1234); in test_verify_keyblock()
|