Lines Matching refs:keystore_file
56 char keystore_file[MAXPATHLEN] = ""; in removecert() local
116 if (strlcat(keystore_file, PKGSEC, in removecert()
119 keystore_file); in removecert()
128 if (strlcat(keystore_file, PKGSEC, in removecert()
131 keystore_file); in removecert()
135 if (strlcat(keystore_file, homedir, in removecert()
141 if (strlcat(keystore_file, "/.pkg/security", in removecert()
144 keystore_file); in removecert()
150 if (strlcat(keystore_file, keystore_base, in removecert()
161 log_msg(LOG_MSG_DEBUG, "Loading keystore <%s>", keystore_file); in removecert()
166 if (open_keystore(err, keystore_file, prog, pkg_passphrase_cb, in removecert()