Searched refs:PublicKeyWrite (Results 1 – 7 of 7) sorted by relevance
83 if (0 != PublicKeyWrite(outfile, pubkey)) { in Pack()127 if (0 != PublicKeyWrite(outfile, pubkey)) { in Unpack()
212 if (0 != PublicKeyWrite(datapubkey, data_key)) { in Unpack()
293 if (0 != PublicKeyWrite(kernelkey_file, kernel_subkey)) { in Verify()
143 if (0 != PublicKeyWrite(outfile, pubkey)) { in vb1_make_keypair()
24 PublicKeyWrite(0, 0); in main()
66 int PublicKeyWrite(const char* filename, const VbPublicKey* key);
245 int PublicKeyWrite(const char* filename, const VbPublicKey* key) { in PublicKeyWrite() function