HomeSort by relevance Sort by last modified time
    Searched refs:vb2_private_key (Results 1 - 16 of 16) sorted by null

  /external/vboot_reference/host/lib21/include/
host_signature2.h 13 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,
host_fw_preamble2.h 13 struct vb2_private_key;
29 const struct vb2_private_key *signing_key,
host_keyblock2.h 13 struct vb2_private_key;
31 const struct vb2_private_key **signing_keys,
host_key2.h 16 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,
  /external/vboot_reference/host/lib21/
host_key.c 72 void vb2_private_key_free(struct vb2_private_key *key)
86 int vb2_private_key_unpack(struct vb2_private_key **key_ptr,
92 struct vb2_private_key *key;
162 int vb2_private_key_read(struct vb2_private_key **key_ptr,
182 int vb2_private_key_read_pem(struct vb2_private_key **key_ptr,
185 struct vb2_private_key *key;
214 int vb2_private_key_set_desc(struct vb2_private_key *key, const char *desc)
230 int vb2_private_key_write(const struct vb2_private_key *key,
286 int vb2_private_key_hash(const struct vb2_private_key **key_ptr,
295 static const struct vb2_private_key key =
    [all...]
host_signature.c 82 const struct vb2_private_key *key,
184 const struct vb2_private_key *key,
200 const struct vb2_private_key **key_list,
221 const struct vb2_private_key *key,
245 const struct vb2_private_key **key_list,
host_keyblock.c 20 const struct vb2_private_key **signing_keys,
host_fw_preamble.c 20 const struct vb2_private_key *signing_key,
  /external/vboot_reference/tests/
vb21_host_keyblock_tests.c 24 struct vb2_private_key *prik4096, *prik8192;
27 const struct vb2_private_key *prikhash;
28 const struct vb2_private_key *prik[2];
vb21_host_fw_preamble_tests.c 30 struct vb2_private_key *prik4096;
33 const struct vb2_private_key *prikhash;
vb21_host_sig_tests.c 43 struct vb2_private_key *prik, prik2;
44 const struct vb2_private_key *prihash, *priks[2];
vb21_common_tests.c 221 const struct vb2_private_key *prik;
255 const struct vb2_private_key *prik[2];
381 const struct vb2_private_key *prikhash;
vb21_host_key_tests.c 36 struct vb2_private_key *key, *k2;
37 const struct vb2_private_key *ckey;
vb21_api_tests.c 66 const struct vb2_private_key *hash_key;
vb21_common2_tests.c 248 struct vb2_private_key *prik = NULL;
  /external/vboot_reference/futility/
cmd_create.c 161 struct vb2_private_key *privkey = 0;

Completed in 829 milliseconds