Searched refs:keypath (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/ssh/etc/ |
H A D | sshd | 20 keypath=$1 23 if [ ! -f $keypath ]; then 36 grep -i "^[ ]*HostKey[ ]*=\{0,1\}[ ]*$keypath" \ 37 $SSHDIR/sshd_config | grep "$keypath" > /dev/null 2>&1 41 $KEYGEN -f $keypath -t $keytype -N '' 43 echo "Could not create $keytype key: $keypath"
|
/illumos-gate/usr/src/lib/libpkg/common/ |
H A D | keystore.c | 72 char *keypath; member in struct:keystore_t 451 tmpstore->keypath = NULL; 476 if (keystore->keypath != NULL) 477 free(keystore->keypath); 1108 if (keystore->keypath != NULL) { 1109 if (!restore_keystore_file(err, keystore->keypath)) { 1402 keystore->keypath = xstrdup(storepath); 1408 keystore->keypath = NULL; 1420 keystore->keypath = xstrdup(storepath); 1595 if (keystore->keypath ! [all...] |
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | queue.c | 6750 ** keypath -- file name. 6761 write_key_file(keypath, key) 6762 char *keypath; 6770 if (keypath == NULL || *keypath == '\0') 6775 keyf = safefopen(keypath, O_WRONLY|O_TRUNC, FileMode, sff); 6779 keypath, sm_errstring(errno)); 6795 keypath, RunAsUid, sm_errstring(err)); 6810 ** keypath -- file name. 6818 read_key_file(keypath, ke [all...] |
/illumos-gate/usr/src/head/ |
H A D | ldap.h | 1549 (void *context, char **keypath);
|
Completed in 70 milliseconds