Searched refs:identity_passphrase (Results 1 – 1 of 1) sorted by relevance
101 static char *identity_passphrase = NULL; variable326 if (identity_passphrase) in load_identity()327 pass = xstrdup(identity_passphrase); in load_identity()1460 if (identity_passphrase) in do_change_passphrase()1461 old_passphrase = xstrdup(identity_passphrase); in do_change_passphrase()1579 if (identity_passphrase) in do_change_comment()1580 passphrase = xstrdup(identity_passphrase); in do_change_comment()1761 nkeys = pkcs11_add_provider(pkcs11provider, identity_passphrase, in load_pkcs11_key()3143 if (identity_passphrase) in private_key_passphrase()3144 return xstrdup(identity_passphrase); in private_key_passphrase()[all …]