Searched defs:VbPrivateKey (Results 1 - 1 of 1) sorted by relevance

/external/vboot_reference/host/lib/include/
H A Dhost_key.h18 typedef struct VbPrivateKey { struct
21 } VbPrivateKey; typedef in typeref:struct:VbPrivateKey
26 VbPrivateKey* PrivateKeyReadPem(const char* filename, uint64_t algorithm);
30 void PrivateKeyFree(VbPrivateKey* key);
33 int PrivateKeyWrite(const char* filename, const VbPrivateKey* key);
39 VbPrivateKey* PrivateKeyRead(const char* filename);

Completed in 64 milliseconds