Lines Matching refs:keystore_file
67 char keystore_file[MAXPATHLEN] = "";
186 if (strlcpy(keystore_file, altroot, MAXPATHLEN) >= MAXPATHLEN) {
191 if (strlcat(keystore_file, "/", MAXPATHLEN) >= MAXPATHLEN) {
206 if (strlcat(keystore_file, PKGSEC,
209 keystore_file);
218 if (strlcat(keystore_file, PKGSEC,
221 keystore_file);
225 if (strlcat(keystore_file, homedir,
231 if (strlcat(keystore_file, "/.pkg/security",
234 keystore_file);
240 if (strlcat(keystore_file, keystore_base,
377 log_msg(LOG_MSG_DEBUG, "Loading keystore <%s>", keystore_file);
381 if (open_keystore(err, keystore_file, prog, pkg_passphrase_cb,