Home
last modified time | relevance | path

Searched defs:dsa_q (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/crypto/openssh/
H A Dssh-dss.c109 const BIGNUM *dsa_p, *dsa_q, *dsa_g, *dsa_pub_key; in ssh_dss_serialize_public() local
166 const BIGNUM *dsa_p, *dsa_q, *dsa_g, *dsa_pub_key; in ssh_dss_copy_public() local
205 BIGNUM *dsa_p = NULL, *dsa_q = NULL, *dsa_g = NULL, *dsa_pub_key = NULL; in ssh_dss_deserialize_public() local
H A Dssh-keygen.c488 BIGNUM *dsa_p = NULL, *dsa_q = NULL, *dsa_g = NULL; in do_convert_private_ssh2() local
/freebsd-src/crypto/openssl/test/
H A Devp_extra_test2.c839 static const unsigned char dsa_q[] = { variable