Searched refs:PrivateKeyWrite (Results 1 – 4 of 4) sorted by relevance
93 if (0 != PrivateKeyWrite(outfile, privkey)) { in Pack()148 if (0 != PrivateKeyWrite(outfile, privkey)) { in Unpack()
123 if (0 != PrivateKeyWrite(outfile, privkey)) { in vb1_make_keypair()
33 int PrivateKeyWrite(const char* filename, const VbPrivateKey* key);
72 int PrivateKeyWrite(const char* filename, const VbPrivateKey* key) { in PrivateKeyWrite() function