Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/etc/
H A Dsshd18 keypath=$1
21 if [ ! -f $keypath ]; then
34 grep -i "^[ ]*HostKey[ ]*=\{0,1\}[ ]*$keypath" \
35 $SSHDIR/sshd_config | grep "$keypath" > /dev/null 2>&1
39 $KEYGEN -f $keypath -t $keytype -N ''
41 echo "Could not create $keytype key: $keypath"
/titanic_41/usr/src/lib/libpkg/common/
H A Dkeystore.c72 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_41/usr/src/cmd/sendmail/src/
H A Dqueue.c6761 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_41/usr/src/head/
H A Dldap.h1549 (void *context, char **keypath);