Searched refs:keypath (Results 1 – 4 of 4) sorted by relevance
/titanic_44/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"
|
/titanic_44/usr/src/lib/libpkg/common/ |
H A D | keystore.c | 72 char *keypath; member 451 tmpstore->keypath = NULL; in new_keystore() 476 if (keystore->keypath != NULL) in free_keystore() 477 free(keystore->keypath); in free_keystore() 1108 if (keystore->keypath != NULL) { in verify_keystore_integrity() 1109 if (!restore_keystore_file(err, keystore->keypath)) { in verify_keystore_integrity() 1402 keystore->keypath = xstrdup(storepath); in resolve_paths() 1408 keystore->keypath = NULL; in resolve_paths() 1420 keystore->keypath = xstrdup(storepath); in resolve_paths() 1595 if (keystore->keypath != NULL) in lock_keystore() [all …]
|
/titanic_44/usr/src/cmd/sendmail/src/ |
H A D | queue.c | 6761 write_key_file(keypath, key) in write_key_file() argument 6762 char *keypath; in write_key_file() 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)); 6818 read_key_file(keypath, key) in read_key_file() argument 6819 char *keypath; in read_key_file() 6826 if (keypath == NULL || *keypath == '\0') 6831 keyf = safefopen(keypath, O_RDONLY, FileMode, sff); [all …]
|
/titanic_44/usr/src/head/ |
H A D | ldap.h | 1549 (void *context, char **keypath);
|