Searched refs:keypath (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/usr.sbin/uefisign/
H A Duefisign.c338 const char *certpath = NULL, *keypath = NULL, *outpath = NULL, *inpath = NULL; local
357 if (keypath == NULL)
358 keypath = checked_strdup(optarg);
384 if (keypath != NULL)
391 if (keypath == NULL)
426 keyfp = checked_fopen(keypath, "r");
430 errx(1, "failed to load private key from %s", keypath);
/freebsd-current/contrib/sqlite3/tea/win/
H A Dnmakehlp.c177 "usage: %s -L keypath\n"
178 "Emit the fully qualified path of directory containing keypath\n"
732 static int LocateDependencyHelper(const char *dir, const char *keypath)
740 if (dir == NULL || keypath == NULL)
747 keylen = strlen(keypath);
762 /* Loop through all subdirs checking if the keypath is under there */
777 strncpy(path+dirlen+1+sublen+1, keypath, keylen+1);
794 * keypath - a relative path within the package directory
802 static int LocateDependency(const char *keypath)
809 ret = LocateDependencyHelper(paths[i], keypath);
722 LocateDependencyHelper(const char *dir, const char *keypath) argument
792 LocateDependency(const char *keypath) argument
[all...]
/freebsd-current/crypto/openssh/
H A Dssh-keygen.c2520 load_sign_key(const char *keypath, const struct sshkey *pubkey) argument
2522 size_t i, slen, plen = strlen(keypath);
2523 char *privpath = xstrdup(keypath);
2541 "path %s instead", keypath, privpath);
2545 fatal("No private key found for public key \"%s\"", keypath);
2555 keypath, privpath);
2718 sig_sign(const char *keypath, const char *sig_namespace, int require_agent, argument
2738 if ((r = sshkey_load_public(keypath, &pubkey, NULL)) != 0) {
2739 error_r(r, "Couldn't load public key %s", keypath);
2759 if ((privkey = load_sign_key(keypath, pubke
[all...]
/freebsd-current/contrib/sendmail/src/
H A Dqueue.c7010 ** keypath -- file name.
7021 write_key_file(keypath, key)
7022 char *keypath;
7030 if (SM_IS_EMPTY(keypath))
7035 keyf = safefopen(keypath, O_WRONLY|O_TRUNC, FileMode, sff);
7039 keypath, sm_errstring(errno));
7055 keypath, (long) RunAsUid, sm_errstring(err));
7070 ** keypath -- file name.
7078 read_key_file(keypath, key)
7079 char *keypath;
[all...]

Completed in 141 milliseconds