Home
last modified time | relevance | path

Searched refs:vb2_private_key (Results 1 – 16 of 16) sorted by relevance

/external/vboot_reference/host/lib21/include/
Dhost_key2.h16 struct vb2_private_key { struct
57 void vb2_private_key_free(struct vb2_private_key *key);
68 int vb2_private_key_unpack(struct vb2_private_key **key_ptr,
80 int vb2_private_key_read(struct vb2_private_key **key_ptr,
94 int vb2_private_key_read_pem(struct vb2_private_key **key_ptr,
104 int vb2_private_key_set_desc(struct vb2_private_key *key, const char *desc);
113 int vb2_private_key_write(const struct vb2_private_key *key,
124 int vb2_private_key_hash(const struct vb2_private_key **key_ptr,
Dhost_signature2.h13 struct vb2_private_key;
30 const struct vb2_private_key *key,
43 const struct vb2_private_key *key,
55 const struct vb2_private_key **key_list,
70 const struct vb2_private_key *key,
85 const struct vb2_private_key **key_list,
Dhost_keyblock2.h13 struct vb2_private_key;
31 const struct vb2_private_key **signing_keys,
Dhost_fw_preamble2.h13 struct vb2_private_key;
29 const struct vb2_private_key *signing_key,
/external/vboot_reference/host/lib21/
Dhost_key.c72 void vb2_private_key_free(struct vb2_private_key *key) in vb2_private_key_free()
86 int vb2_private_key_unpack(struct vb2_private_key **key_ptr, in vb2_private_key_unpack()
92 struct vb2_private_key *key; in vb2_private_key_unpack()
162 int vb2_private_key_read(struct vb2_private_key **key_ptr, in vb2_private_key_read()
182 int vb2_private_key_read_pem(struct vb2_private_key **key_ptr, in vb2_private_key_read_pem()
185 struct vb2_private_key *key; in vb2_private_key_read_pem()
214 int vb2_private_key_set_desc(struct vb2_private_key *key, const char *desc) in vb2_private_key_set_desc()
230 int vb2_private_key_write(const struct vb2_private_key *key, in vb2_private_key_write()
286 int vb2_private_key_hash(const struct vb2_private_key **key_ptr, in vb2_private_key_hash()
295 static const struct vb2_private_key key = { in vb2_private_key_hash()
[all …]
Dhost_signature.c82 const struct vb2_private_key *key, in vb2_sign_data()
184 const struct vb2_private_key *key, in vb2_sig_size_for_key()
200 const struct vb2_private_key **key_list, in vb2_sig_size_for_keys()
221 const struct vb2_private_key *key, in vb2_sign_object()
245 const struct vb2_private_key **key_list, in vb2_sign_object_multiple()
Dhost_keyblock.c20 const struct vb2_private_key **signing_keys, in vb2_keyblock_create()
Dhost_fw_preamble.c20 const struct vb2_private_key *signing_key, in vb2_fw_preamble_create()
/external/vboot_reference/tests/
Dvb21_host_keyblock_tests.c24 struct vb2_private_key *prik4096, *prik8192; in keyblock_tests()
27 const struct vb2_private_key *prikhash; in keyblock_tests()
28 const struct vb2_private_key *prik[2]; in keyblock_tests()
Dvb21_host_fw_preamble_tests.c30 struct vb2_private_key *prik4096; in preamble_tests()
33 const struct vb2_private_key *prikhash; in preamble_tests()
Dvb21_host_sig_tests.c43 struct vb2_private_key *prik, prik2; in sig_tests()
44 const struct vb2_private_key *prihash, *priks[2]; in sig_tests()
Dvb21_common_tests.c221 const struct vb2_private_key *prik; in test_verify_hash()
255 const struct vb2_private_key *prik[2]; in test_verify_keyblock()
381 const struct vb2_private_key *prikhash; in test_verify_fw_preamble()
Dvb21_host_key_tests.c36 struct vb2_private_key *key, *k2; in private_key_tests()
37 const struct vb2_private_key *ckey; in private_key_tests()
Dvb21_api_tests.c66 const struct vb2_private_key *hash_key; in reset_common_data()
Dvb21_common2_tests.c248 struct vb2_private_key *prik = NULL; in test_algorithm()
/external/vboot_reference/futility/
Dcmd_create.c161 struct vb2_private_key *privkey = 0; in vb2_make_keypair()