Searched refs:keyfile (Results 1 - 25 of 50) sorted by relevance

12

/macosx-10.9.5/Heimdal-323.92.1/kdc/
H A Dkstash.c38 static char *keyfile; variable
51 { "key-file", 'k', arg_string, &keyfile, "master key file", "file" },
53 "just convert keyfile to new format", NULL },
87 if (keyfile == NULL)
88 asprintf(&keyfile, "%s/m-key", hdb_db_dir(context));
94 ret = hdb_read_master_key(context, keyfile, &mkey);
96 krb5_err(context, 1, ret, "reading master key from %s", keyfile);
100 krb5_err(context, 1, ret, "reading master key from %s", keyfile);
136 asprintf(&old, "%s.old", keyfile);
137 asprintf(&new, "%s.new", keyfile);
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tls/tls/tests/
H A Dkeytest1.tcl17 tls::misc req 1024 $keyfile $certfile [list C CCC ST STTT L LLLL O OOOO OU OUUUU CN CNNNN Email some@email.com days 730 serial 12]
19 tls::socket -keyfile $keyfile -certfile $certfile -server myserv 12300
H A DsimpleServer.tcl84 tls::init -cafile $OPTS(-cafile) -certfile $OPTS(-cert) -keyfile $OPTS(-key)
H A Dremote.tcl180 -cafile $caCert -certfile $serverCert -keyfile $serverKey \
H A DsimpleClient.tcl111 tls::init -cafile $OPTS(-cafile) -certfile $OPTS(-cert) -keyfile $OPTS(-key)
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/transfer/include/
H A Dsecure.inc11 tls::init -cafile /path/to/ca/cert -keyfile ...
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/dlzexternal/ns1/
H A Dnamed.conf.in27 session-keyfile "session.key";
/macosx-10.9.5/bind9-45.100/bind9/bin/confgen/
H A Dkeygen.h31 void write_key_file(const char *keyfile, const char *user,
H A Drndc-confgen.c70 const char *keyfile, *keydef; variable
80 %s [-a] [-b bits] [-c keyfile] [-k keyname] [-p port] [-r randomfile] \
82 -a: generate just the key clause and write it to keyfile (%s)\n\
84 -c keyfile: specify an alternate key file (requires -a)\n\
89 -t chrootdir: write a keyfile in chrootdir as well (requires -a)\n\
90 -u user: set the keyfile owner to \"user\" (requires -a)\n",
119 keydef = keyfile = RNDC_KEYFILE;
147 keyfile = isc_commandline_argument;
214 write_key_file(keyfile, chrootdir == NULL ? user : NULL,
219 len = strlen(chrootdir) + strlen(keyfile)
[all...]
H A Dkeygen.c187 * Write a key file to 'keyfile'. If 'user' is non-NULL,
192 write_key_file(const char *keyfile, const char *user, argument
199 DO("create keyfile", isc_file_safecreate(keyfile, &fd));
213 fatal("write to %s failed\n", keyfile);
215 fatal("fclose(%s) failed\n", keyfile);
216 fprintf(stderr, "wrote key file \"%s\"\n", keyfile);
/macosx-10.9.5/ntp-88/sntp/
H A Dcrypto.h29 int auth_init(const char *keyfile, struct key **keys);
H A Dcrypto.c48 /* Load keys from the specified keyfile into the key structures.
54 const char *keyfile,
58 FILE *keyf = fopen(keyfile, "r");
66 printf("sntp auth_init: Couldn't open key file %s for reading!\n", keyfile);
75 printf("sntp auth_init: Key file %s is empty!\n", keyfile);
132 printf("sntp auth_init: Read %i keys from file %s:\n", line_cnt, keyfile);
53 auth_init( const char *keyfile, struct key **keys ) argument
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dsmime.el264 (defun smime-sign-region (b e keyfile)
273 (let ((keyfile (or (car-safe keyfile) keyfile))
274 (certfiles (and (cdr-safe keyfile) (cadr keyfile)))
283 "smime" "-sign" "-signer" (expand-file-name keyfile)
333 (defun smime-sign-buffer (&optional keyfile buffer)
340 (if keyfile
341 keyfile
[all...]
H A Dmml-smime.el41 (smime-sign-buffer (cdr (assq 'keyfile cont)))
79 (list 'keyfile
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/examples/transfer/
H A Dtlssetup.tcl4 -keyfile $selfdir/certs/${type}.key \
/macosx-10.9.5/Heimdal-323.92.1/tests/kdc/
H A Dcheck-pkinit.in54 keyfile="${hx509_data}/key.der"
125 --ca-private-key=FILE:${keyfile} \
131 --ca-certificate=FILE:$objdir/ca.crt,${keyfile} \
139 --ca-certificate=FILE:$objdir/ca.crt,${keyfile} \
147 --ca-certificate=FILE:$objdir/ca.crt,${keyfile} \
154 --ca-certificate=FILE:$objdir/ca.crt,${keyfile} \
162 --ca-certificate=FILE:$objdir/ca.crt,${keyfile} \
/macosx-10.9.5/sudo-72/src/auth/
H A Drfc1938.c95 if (rfc1938.keyfile)
96 (void) fclose(rfc1938.keyfile);
/macosx-10.9.5/Heimdal-323.92.1/kadmin/
H A Dkadmin.c39 static char *keyfile; variable
64 "key-file", 'k', arg_string, &keyfile,
217 if (keyfile) {
218 conf.stash_file = keyfile;
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/rpz/ns1/
H A Dnamed.conf26 session-keyfile "session.key";
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/rpz/ns2/
H A Dnamed.conf28 session-keyfile "session.key";
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/rpz/ns4/
H A Dnamed.conf27 session-keyfile "session.key";
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/examples/smtpd/
H A Dtk_smtpd46 keyfile [file join $dir server-private.key] \
128 -keyfile $options(keyfile) \
181 entry .e4 -textvariable ::options(keyfile)
/macosx-10.9.5/tcl-102/tcl_ext/xotcl/xotcl/apps/comm/
H A Dtest-tls-client.xotcl55 tls::import $chan -command callback -cafile cacert.pem -certfile client.pem -server 0 -keyfile client.key -request 1 -require 1
/macosx-10.9.5/bind9-45.100/bind9/contrib/zkt/
H A Dzconf.h179 char *keyfile; member in struct:zconf
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/nsupdate/ns1/
H A Dnamed.conf28 session-keyfile "session.key";

Completed in 280 milliseconds

12