Searched refs:VbPrivateKey (Results 1 – 21 of 21) sorted by relevance
/external/vboot_reference/host/lib/include/ |
D | host_key.h | 18 typedef struct VbPrivateKey { struct 21 } VbPrivateKey; argument 26 VbPrivateKey* PrivateKeyReadPem(const char* filename, uint64_t algorithm); 30 void PrivateKeyFree(VbPrivateKey* key); 33 int PrivateKeyWrite(const char* filename, const VbPrivateKey* key); 39 VbPrivateKey* PrivateKeyRead(const char* filename);
|
D | host_common.h | 37 const VbPrivateKey *signing_key, 57 const VbPrivateKey *signing_key);
|
D | host_signature.h | 44 const VbPrivateKey* key); 51 const VbPrivateKey* key);
|
D | host_keyblock.h | 31 const VbPrivateKey* signing_key,
|
/external/vboot_reference/host/lib/ |
D | host_key.c | 23 VbPrivateKey* PrivateKeyReadPem(const char* filename, uint64_t algorithm) { in PrivateKeyReadPem() 25 VbPrivateKey* key; in PrivateKeyReadPem() 49 key = (VbPrivateKey*)malloc(sizeof(VbPrivateKey)); in PrivateKeyReadPem() 62 void PrivateKeyFree(VbPrivateKey* key) { in PrivateKeyFree() 72 int PrivateKeyWrite(const char* filename, const VbPrivateKey* key) { in PrivateKeyWrite() 109 VbPrivateKey* PrivateKeyRead(const char* filename) { in PrivateKeyRead() 110 VbPrivateKey *key; in PrivateKeyRead() 121 key = (VbPrivateKey*)malloc(sizeof(VbPrivateKey)); in PrivateKeyRead()
|
D | host_common.c | 21 const VbPrivateKey *signing_key, in CreateFirmwarePreamble() 83 const VbPrivateKey *signing_key) in CreateKernelPreamble()
|
D | host_signature.c | 79 const VbPrivateKey* key) { in CalculateHash() 105 const VbPrivateKey* key) { in CalculateSignature()
|
D | host_keyblock.c | 16 const VbPrivateKey* signing_key, in KeyBlockCreate()
|
/external/vboot_reference/tests/ |
D | vboot_common2_tests.c | 44 const VbPrivateKey *private_key) in VerifyDataTest() 80 const VbPrivateKey *private_key) in VerifyDigestTest() 109 const VbPrivateKey *key) in ReSignKernelPreamble() 119 const VbPrivateKey *private_key) in VerifyKernelPreambleTest() 217 VbPrivateKey *private_key = NULL; in test_algorithm()
|
D | vb20_common3_tests.c | 22 static void resign_keyblock(struct vb2_keyblock *h, const VbPrivateKey *key) in resign_keyblock() 33 const VbPrivateKey *private_key, in test_verify_keyblock() 163 const VbPrivateKey *key) in resign_fw_preamble() 173 const VbPrivateKey *private_key, in test_verify_fw_preamble() 310 VbPrivateKey *signing_private_key = NULL; in test_permutation()
|
D | vboot_common3_tests.c | 31 const VbPrivateKey *private_key, in KeyBlockVerifyTest() 157 const VbPrivateKey *key) in ReSignFirmwarePreamble() 167 const VbPrivateKey *private_key, in VerifyFirmwarePreambleTest() 284 VbPrivateKey *signing_private_key = NULL; in test_permutation()
|
D | vb20_common2_tests.c | 143 VbPrivateKey *private_key = NULL; in test_algorithm()
|
/external/vboot_reference/futility/ |
D | cmd_create.c | 79 VbPrivateKey *privkey = 0; in vb1_make_keypair() 114 privkey = (VbPrivateKey *)malloc(sizeof(VbPrivateKey)); in vb1_make_keypair()
|
D | cmd_vbutil_key.c | 74 VbPrivateKey *privkey; in Pack() 109 VbPrivateKey *privkey; in Unpack()
|
D | vb1_helper.h | 20 VbKeyBlockHeader *keyblock, VbPrivateKey *signpriv_key,
|
D | cmd_sign.c | 39 VbPrivateKey *signprivate; 42 VbPrivateKey *devsignprivate; 382 VbPrivateKey *signkey, in write_new_preamble()
|
D | cmd_vbutil_keyblock.c | 86 VbPrivateKey *signing_key = NULL; in Pack()
|
D | cmd_vbutil_firmware.c | 84 VbPrivateKey *signing_key; in Vblock()
|
D | vb1_helper.c | 400 VbKeyBlockHeader *keyblock, VbPrivateKey *signpriv_key, in SignKernelBlob() 755 VbPrivateKey key; in recognize_privkey()
|
D | cmd_vbutil_kernel.c | 241 VbPrivateKey *signpriv_key = NULL; in do_vbutil_kernel()
|
D | cmd_show.c | 110 VbPrivateKey key; in futil_cb_show_privkey()
|