Searched defs:dsa_pub_key (Results 1 – 3 of 3) sorted by relevance
| /external/openssh/regress/unittests/sshkey/ |
| D | common.c | 143 dsa_pub_key(struct sshkey *k) in dsa_pub_key() function
|
| /external/openssh/ |
| D | sshkey.c | 803 const BIGNUM *rsa_n, *rsa_e, *dsa_p, *dsa_q, *dsa_g, *dsa_pub_key; in to_blob_buf() local 1840 const BIGNUM *dsa_p, *dsa_q, *dsa_g, *dsa_pub_key; in sshkey_from_private() local 2345 BIGNUM *dsa_p = NULL, *dsa_q = NULL, *dsa_g = NULL, *dsa_pub_key = NULL; in sshkey_from_blob_internal() local 2898 const BIGNUM *rsa_n, *rsa_e, *dsa_p, *dsa_q, *dsa_g, *dsa_pub_key; in sshkey_certify_custom() local 3176 const BIGNUM *dsa_p, *dsa_q, *dsa_g, *dsa_pub_key, *dsa_priv_key; in sshkey_private_serialize_opt() local 3389 BIGNUM *dsa_pub_key = NULL, *dsa_priv_key = NULL; in sshkey_private_deserialize() local
|
| D | ssh-keygen.c | 482 BIGNUM *dsa_pub_key = NULL, *dsa_priv_key = NULL; in do_convert_private_ssh2() local
|