Searched defs:dsa_priv_key (Results 1 – 3 of 3) sorted by relevance
126 const BIGNUM *dsa_priv_key; in ssh_dss_serialize_private() local236 BIGNUM *dsa_priv_key = NULL; in ssh_dss_deserialize_private() local
472 BIGNUM *dsa_pub_key = NULL, *dsa_priv_key = NULL; do_convert_private_ssh2() local
142 dsa_priv_key(struct sshkey *k) in dsa_priv_key() function