Home
last modified time | relevance | path

Searched defs:dsa_p (Results 1 – 2 of 2) sorted by relevance

/dragonfly/crypto/openssh/
H A Dsshkey.c350 const BIGNUM *rsa_n, *dsa_p; in sshkey_size() local
834 const BIGNUM *rsa_n, *rsa_e, *dsa_p, *dsa_q, *dsa_g, *dsa_pub_key; in to_blob_buf() local
1871 const BIGNUM *dsa_p, *dsa_q, *dsa_g, *dsa_pub_key; in sshkey_from_private() local
2399 BIGNUM *dsa_p = NULL, *dsa_q = NULL, *dsa_g = NULL, *dsa_pub_key = NULL; in sshkey_from_blob_internal() local
2953 const BIGNUM *rsa_n, *rsa_e, *dsa_p, *dsa_q, *dsa_g, *dsa_pub_key; in sshkey_certify_custom() local
3261 const BIGNUM *dsa_p, *dsa_q, *dsa_g, *dsa_pub_key, *dsa_priv_key; in sshkey_private_serialize_opt() local
3475 BIGNUM *dsa_p = NULL, *dsa_q = NULL, *dsa_g = NULL; in sshkey_private_deserialize() local
H A Dssh-keygen.c484 BIGNUM *dsa_p = NULL, *dsa_q = NULL, *dsa_g = NULL; in do_convert_private_ssh2() local