Searched defs:dsa_p (Results 1 – 4 of 4) sorted by relevance
/freebsd/crypto/openssh/ |
H A D | ssh-dss.c | 53 const BIGNUM *dsa_p; in ssh_dss_size() local 109 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 D | ssh-keygen.c | 488 BIGNUM *dsa_p = NULL, *dsa_q = NULL, *dsa_g = NULL; in do_convert_private_ssh2() local
|
/freebsd/crypto/openssl/crypto/dsa/ |
H A D | dsa_backend.c | 133 const BIGNUM *dsa_p, *dsa_g; in ossl_dsa_key_from_pkcs8() local
|
/freebsd/crypto/openssl/test/ |
H A D | evp_extra_test2.c | 819 static const unsigned char dsa_p[] = { variable
|