Searched refs:keypath (Results 1 – 5 of 5) sorted by relevance
/freebsd/usr.sbin/uefisign/ |
H A D | uefisign.c | 338 const char *certpath = NULL, *keypath = NULL, *outpath = NULL, *inpath = NULL; in main() local 357 if (keypath == NULL) in main() 358 keypath = checked_strdup(optarg); in main() 384 if (keypath != NULL) in main() 391 if (keypath == NULL) in main() 426 keyfp = checked_fopen(keypath, "r"); in main() 430 errx(1, "failed to load private key from %s", keypath); in main()
|
/freebsd/contrib/sqlite3/tea/win/ |
H A D | nmakehlp.c | 722 static int LocateDependencyHelper(const char *dir, const char *keypath) in LocateDependencyHelper() argument 730 if (dir == NULL || keypath == NULL) in LocateDependencyHelper() 737 keylen = strlen(keypath); in LocateDependencyHelper() 767 strncpy(path+dirlen+1+sublen+1, keypath, keylen+1); in LocateDependencyHelper() 792 static int LocateDependency(const char *keypath) in LocateDependency() argument 799 ret = LocateDependencyHelper(paths[i], keypath); in LocateDependency()
|
/freebsd/crypto/openssh/ |
H A D | ssh-keygen.c | 2548 load_sign_key(const char *keypath, const struct sshkey *pubkey) in load_sign_key() argument 2550 size_t i, slen, plen = strlen(keypath); in load_sign_key() 2551 char *privpath = xstrdup(keypath); in load_sign_key() 2569 "path %s instead", keypath, privpath); in load_sign_key() 2573 fatal("No private key found for public key \"%s\"", keypath); in load_sign_key() 2583 keypath, privpath); in load_sign_key() 2746 sig_sign(const char *keypath, const char *sig_namespace, int require_agent, in sig_sign() argument 2766 if ((r = sshkey_load_public(keypath, &pubkey, NULL)) != 0) { in sig_sign() 2767 error_r(r, "Couldn't load public key %s", keypath); in sig_sign() 2787 if ((privkey = load_sign_key(keypath, pubkey)) == NULL) in sig_sign()
|
/freebsd/contrib/sendmail/src/ |
H A D | queue.c | 7021 write_key_file(keypath, key) in write_key_file() argument 7022 char *keypath; in write_key_file() 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)); 7078 read_key_file(keypath, key) in read_key_file() argument 7079 char *keypath; in read_key_file() 7086 if (SM_IS_EMPTY(keypath)) 7091 keyf = safefopen(keypath, O_RDONLY, FileMode, sff); [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | Options.td | 487 // C++ code that will be assigned to the keypath when the flag is present.
|