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

/opensolaris-onvv-gate/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"
/opensolaris-onvv-gate/usr/src/lib/libpkg/common/
H A Dkeystore.c72 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...]
/opensolaris-onvv-gate/usr/src/cmd/sendmail/src/
H A Dqueue.c6750 ** 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...]
/opensolaris-onvv-gate/usr/src/head/
H A Dldap.h1545 (void *context, char **keypath);

Completed in 124 milliseconds