Searched refs:gpubkey_file (Results 1 – 1 of 1) sorted by relevance
50 int OpenKey(char const* privkey_file, char const* gpubkey_file, in OpenKey() argument71 if (!gpubkey_file) { in OpenKey()86 signed_pubkey = NewBufferFromFile(gpubkey_file, &signed_pubkey_size); in OpenKey()91 if (0 != ReadLoud(gpubkey_file, signed_pubkey, signed_pubkey_size)) { in OpenKey()260 struct arg_file* gpubkey_file = arg_file0( in main() local276 argtable[5] = gpubkey_file; in main()293 gpubkey_file->filename[0] = PUBKEYFILE_DEFAULT; in main()326 log_msg(" gpubkey : %s", gpubkey_file->filename[0]); in main()331 retval = OpenKey(privkey_file->filename[0], gpubkey_file->filename[0], in main()