Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Dssh-keygen.c105 static char *identity_passphrase = NULL; variable
328 if (identity_passphrase) in load_identity()
329 pass = xstrdup(identity_passphrase); in load_identity()
1417 if (identity_passphrase) in do_change_passphrase()
1418 old_passphrase = xstrdup(identity_passphrase); in do_change_passphrase()
1526 if (identity_passphrase) in do_change_comment()
1527 passphrase = xstrdup(identity_passphrase); in do_change_comment()
1708 nkeys = pkcs11_add_provider(pkcs11provider, identity_passphrase, in load_pkcs11_key()
3079 if (identity_passphrase) in private_key_passphrase()
3080 return xstrdup(identity_passphrase); in private_key_passphrase()
[all …]