Home
last modified time | relevance | path

Searched refs:passphrase (Results 1 – 16 of 16) sorted by relevance

/mirbsd/src/usr.bin/ssh/
Dauthfile.c82 key_save_private_rsa1(Key *key, const char *filename, const char *passphrase, in key_save_private_rsa1() argument
95 cipher_num = (strcmp(passphrase, "") == 0) ? in key_save_private_rsa1()
144 cipher_set_key_string(&ciphercontext, cipher, passphrase, in key_save_private_rsa1()
184 u_char *passphrase = (len > 0) ? (u_char *)_passphrase : NULL; in key_save_private_pem() local
205 cipher, passphrase, len, NULL, NULL); in key_save_private_pem()
209 cipher, passphrase, len, NULL, NULL); in key_save_private_pem()
217 key_save_private(Key *key, const char *filename, const char *passphrase, in key_save_private() argument
222 return key_save_private_rsa1(key, filename, passphrase, in key_save_private()
226 return key_save_private_pem(key, filename, passphrase, in key_save_private()
331 key_load_private_rsa1(int fd, const char *filename, const char *passphrase, in key_load_private_rsa1() argument
[all …]
DREADME.smartcard24 (3) load the Java Cardlet to the Cyberflex card and set card passphrase:
30 Enter new AUT0 passphrase:
31 Re-enter passphrase:
34 Do not forget the passphrase. There is no way to
38 wrong passphrase three times in a row, you will
57 (7) Optional: If you don't want to use a card passphrase, change the
Dssh-keygen.c1028 char new_comment[1024], *comment, *passphrase; in do_change_comment() local
1044 passphrase = xstrdup(identity_passphrase); in do_change_comment()
1046 passphrase = xstrdup(identity_new_passphrase); in do_change_comment()
1048 passphrase = read_passphrase("Enter passphrase: ", in do_change_comment()
1051 private = key_load_private(identity_file, passphrase, &comment); in do_change_comment()
1053 memset(passphrase, 0, strlen(passphrase)); in do_change_comment()
1054 xfree(passphrase); in do_change_comment()
1059 passphrase = xstrdup(""); in do_change_comment()
1074 memset(passphrase, 0, strlen(passphrase)); in do_change_comment()
1082 if (!key_save_private(private, identity_file, passphrase, new_comment)) { in do_change_comment()
[all …]
Dsshconnect1.c209 char buf[300], *passphrase, *comment, *authfile; in try_rsa_authentication() local
262 passphrase = read_passphrase(buf, 0); in try_rsa_authentication()
263 if (strcmp(passphrase, "") != 0) { in try_rsa_authentication()
265 authfile, passphrase, NULL, NULL); in try_rsa_authentication()
271 memset(passphrase, 0, strlen(passphrase)); in try_rsa_authentication()
272 xfree(passphrase); in try_rsa_authentication()
DPROTOCOL.agent216 is a PIN or passphrase used to unlock the private key(s) on the
292 or passphrase used to unlock the private key(s) on the device.
351 signing and encryption without requiring a passphrase to unlock the
439 The agent supports temporary locking with a passphrase to suspend
441 same passphrase. To lock an agent, a client send the following request:
444 string passphrase
459 string passphrase
461 If the passphrase matches and the agent is locked, then it will resume
463 is not locked or the passphrase does not match then it will return
Dcipher.c307 const char *passphrase, int do_encrypt) in cipher_set_key_string() argument
313 MD5_Update(&md, (const u_char *)passphrase, strlen(passphrase)); in cipher_set_key_string()
Dsshconnect2.c757 char prompt[300], *passphrase; in load_identity_file() local
774 passphrase = read_passphrase(prompt, 0); in load_identity_file()
775 if (strcmp(passphrase, "") != 0) { in load_identity_file()
777 filename, passphrase, NULL, NULL); in load_identity_file()
783 memset(passphrase, 0, strlen(passphrase)); in load_identity_file()
784 xfree(passphrase); in load_identity_file()
DOVERVIEW56 encrypted with a passphrase. The functions to read passphrases
/mirbsd/src/lib/libssl/src/doc/crypto/
Dpem.pod299 B<klen> bytes at B<kstr> are used as the passphrase and B<cb> is
304 to use as the passphrase. If both B<cb> and B<u> are NULL then the
306 passphrase on the current terminal with echoing turned off.
308 The default passphrase callback is sometimes inappropriate (for example
314 B<buf> is the buffer to write the passphrase to. B<size> is the maximum
315 length of the passphrase (i.e. the size of buf). B<rwflag> is a flag
317 will ask the user to verify the passphrase (for example by prompting
322 B<must> return the number of characters in the passphrase or 0 if
DPKCS12_parse.pod17 B<p12> is the B<PKCS12> structure to parse. B<pass> is the passphrase to use.
DPKCS12_create.pod18 B<pass> is the passphrase to use. B<name> is the B<friendlyName> to use for
/mirbsd/src/sbin/isakmpd/samples/
Dpolicy5 Licensees: "passphrase:mekmitasdigoat"
/mirbsd/src/gnu/usr.bin/perl/Porting/
Drepository.pod76 passphrase. The private key will itself be encrypted so that it is
77 usable only when that passphrase is typed. (When using ssh, you will
79 If you provide a blank passphrase then no passphrase will be needed
84 When you have typed the passphrase in twice, ssh-keygen will confirm
121 private key file (after unlocking it with your chosen passphrase).
146 you chose a blank passphrase for that private key, ssh will prompt you
147 for the passphrase to unlock that key. Then ssh will fork and put itself
228 You should normally get a prompt that asks for the passphrase
253 You will have to keep re-entering your passphrase to reconnect, which
/mirbsd/src/lib/libssl/src/doc/apps/
Dasn1octetstream.pod23 the passphrase and crypto type.
/mirbsd/src/lib/libssl/src/doc/ssl/
DSSL_CTX_use_certificate.pod136 load encrypted keys, a function returning the passphrase must have been
/mirbsd/src/lib/libssl/src/
DFAQ29 * How can I remove the passphrase on a private key?
320 * How can I remove the passphrase on a private key?