Searched refs:identity_passphrase (Results 1 – 1 of 1) sorted by relevance
95 static char *identity_passphrase = NULL; variable313 if (identity_passphrase) in load_identity()314 pass = xstrdup(identity_passphrase); in load_identity()1437 if (identity_passphrase) in do_change_passphrase()1438 old_passphrase = xstrdup(identity_passphrase); in do_change_passphrase()1556 if (identity_passphrase) in do_change_comment()1557 passphrase = xstrdup(identity_passphrase); in do_change_comment()1738 nkeys = pkcs11_add_provider(pkcs11provider, identity_passphrase, in load_pkcs11_key()3124 if (identity_passphrase) in private_key_passphrase()3125 return xstrdup(identity_passphrase); in private_key_passphrase()[all …]