Searched refs:keyout (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/usr.bin/newkey/
H A Dgeneric.c119 adjust(char keyout[HEXKEYBYTES+1], char *keyin) argument
126 for (s = keyout + HEXKEYBYTES; p >= keyin; p--, s--) {
129 while (s >= keyout) {
/freebsd-11-stable/crypto/openssl/apps/
H A DCA.sh86 $REQ -new -x509 -keyout newkey.pem -out newcert.pem $DAYS
92 $REQ -new -keyout newkey.pem -out newreq.pem $DAYS
98 $REQ -new -nodes -keyout newreq.pem -out newreq.pem $DAYS
130 $REQ -new -keyout ${CATOP}/private/$CAKEY \
H A Dreq.c181 NULL, *keyout = NULL; local
268 } else if (strcmp(*argv, "-keyout") == 0) {
271 keyout = *(++argv);
400 BIO_printf(bio_err, " -keyout arg file to send the key to\n");
677 if (keyout == NULL) {
678 keyout = NCONF_get_string(req_conf, SECTION, KEYFILE);
679 if (keyout == NULL)
683 if (keyout == NULL) {
693 BIO_printf(bio_err, "writing new private key to '%s'\n", keyout);
694 if (BIO_write_filename(out, keyout) <
[all...]
/freebsd-11-stable/crypto/openssl/util/
H A Dmkcerts.sh22 -keyout pca-key.pem \
58 -keyout ca-key.pem \
95 -keyout s512-key.pem \
132 -keyout s1024key.pem \
169 -keyout c512-key.pem \
/freebsd-11-stable/contrib/telnet/libtelnet/
H A Dpk.c56 static void adjust(char keyout[HEXKEYBYTES+1], char *keyin);
201 adjust(char keyout[HEXKEYBYTES+1], char *keyin) argument
208 for (s = keyout + HEXKEYBYTES; p >= keyin; p--, s--) {
211 while (s >= keyout) {
/freebsd-11-stable/etc/rc.d/
H A Dsendmail131 -keyout cakey.pem -out cacert.pem -days 3650 \
135 openssl req -batch -nodes -new -x509 -keyout newkey.pem \
/freebsd-11-stable/contrib/wpa/src/crypto/
H A Ddes-internal.c249 static void cookey(const u32 *raw1, u32 *keyout) argument
269 os_memcpy(keyout, dough, sizeof(dough));
273 static void deskey(const u8 *key, int decrypt, u32 *keyout) argument
314 cookey(kn, keyout);
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Daes-test.c223 unsigned char keyout[32]; local
225 if (keys[i].keylen > sizeof(keyout))
231 keys[i].keylen, keyout);
233 if (memcmp(keyout, keys[i].pbkdf2, keys[i].keylen) != 0) {
241 hex_dump_data(keyout, keys[i].keylen);
/freebsd-11-stable/crypto/openssh/
H A Dpacket.c2734 const u_char *ssh1key, *ivin, *ivout, *keyin, *keyout, *input, *output; local
2781 if ((r = sshbuf_get_string_direct(m, &keyout, &slen)) != 0 ||
2787 cipher_set_keycontext(state->send_context, keyout);

Completed in 143 milliseconds