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

  /external/vboot_reference/firmware/lib21/include/
vb2_common.h 102 int vb2_unpack_key_data(struct vb2_public_key *key,
  /external/vboot_reference/firmware/lib21/
packed_key.c 13 int vb2_unpack_key_data(struct vb2_public_key *key, function
87 rv = vb2_unpack_key_data(
  /external/vboot_reference/futility/
cmd_create.c 229 * vb2_unpack_key_data() and vb2_public_key_pack() expect to find it.
235 if (vb2_unpack_key_data(pubkey, pubkey_buf, keyb_size)) {
  /external/vboot_reference/host/lib21/
host_key.c 410 if (vb2_unpack_key_data(key, key_buf, key_size)) {

Completed in 188 milliseconds