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

/external/vboot_reference/futility/
H A Dcmd_vbutil_keyblock.c36 {"datapubkey", 1, 0, OPT_DATAPUBKEY},
51 " --datapubkey <file> Data public key in .vbpubk format\n"
71 " --datapubkey <file>"
80 static int Pack(const char *outfile, const char *datapubkey, argument
94 if (!datapubkey) {
100 data_key = PublicKeyRead(datapubkey);
153 static int Unpack(const char *infile, const char *datapubkey, argument
211 if (datapubkey) {
212 if (0 != PublicKeyWrite(datapubkey, data_key)) {
227 char *datapubkey local
[all...]

Completed in 235 milliseconds