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

/freebsd-12-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-12-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-12-stable/libexec/rc/rc.d/
H A Dsendmail131 -keyout cakey.pem -out cacert.pem -days 3650 \
135 openssl req -batch -nodes -new -x509 -keyout newkey.pem \
/freebsd-12-stable/crypto/openssl/apps/
H A Dreq.c108 {"keyout", OPT_KEYOUT, '>', "File to send the key to"},
235 char *template = default_config_file, *keyout = NULL; local
305 keyout = opt_arg();
644 if (keyout == NULL) {
645 keyout = NCONF_get_string(req_conf, SECTION, KEYFILE);
646 if (keyout == NULL)
650 if (keyout == NULL)
653 BIO_printf(bio_err, "writing new private key to '%s'\n", keyout);
654 out = bio_open_owner(keyout, outformat, private);
870 keyout !
[all...]
/freebsd-12-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-12-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);

Completed in 192 milliseconds