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

  /external/vboot_reference/firmware/lib21/include/
vb2_struct.h 32 /* "Vb2I" = vb2_packed_private_key.c.magic */
147 /* Current version of vb2_packed_private_key struct */
155 * 1) vb2_packed_private_key header struct h
159 struct vb2_packed_private_key { struct
  /external/vboot_reference/host/lib21/
host_key.c 90 const struct vb2_packed_private_key *pkey =
91 (const struct vb2_packed_private_key *)buf;
233 struct vb2_packed_private_key pkey = {
  /external/vboot_reference/tests/
vb21_host_key_tests.c 38 struct vb2_packed_private_key *pkey;
94 pkey = (struct vb2_packed_private_key *)buf;

Completed in 41 milliseconds