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