Searched refs:PublicKeyRead (Results 1 - 10 of 10) sorted by relevance

/external/vboot_reference/host/linktest/
H A Dmain.c22 PublicKeyRead(0);
/external/vboot_reference/host/lib/include/
H A Dhost_key.h52 VbPublicKey* PublicKeyRead(const char* filename);
/external/vboot_reference/tests/
H A Dverify_kernel.c81 kernkey = PublicKeyRead(argv[2]);
/external/vboot_reference/futility/
H A Dcmd_vbutil_firmware.c122 kernel_subkey = PublicKeyRead(kernelkey_file);
195 sign_key = PublicKeyRead(signpubkey);
H A Dcmd_vbutil_keyblock.c100 data_key = PublicKeyRead(datapubkey);
174 sign_key = PublicKeyRead(signpubkey);
H A Dcmd_vbutil_key.c116 pubkey = PublicKeyRead(infile);
H A Dcmd_vbutil_kernel.c546 signpub_key = PublicKeyRead(signpubkey_file);
H A Dcmd_show.c636 option.k = PublicKeyRead(optarg);
H A Dcmd_sign.c733 option.kernel_subkey = PublicKeyRead(optarg);
/external/vboot_reference/host/lib/
H A Dhost_key.c206 VBDEBUG(("PublicKeyRead() not a VbPublicKey\n"));
210 VBDEBUG(("PublicKeyRead() invalid algorithm\n"));
214 VBDEBUG(("PublicKeyRead() invalid version\n"));
219 VBDEBUG(("PublicKeyRead() wrong key size for algorithm\n"));
229 VbPublicKey* PublicKeyRead(const char* filename) { function

Completed in 293 milliseconds