Lines Matching defs:dsa
2160 const DSA *dsa; /* IFF parameters */
2175 if ((dsa = EVP_PKEY_get0_DSA(peer->ident_pkey->pkey)) == NULL) {
2186 DSA_get0_pqg(dsa, NULL, &q, NULL);
2234 const DSA *dsa; /* IFF parameters */
2257 dsa = EVP_PKEY_get0_DSA(iffkey_info->pkey);
2258 DSA_get0_pqg(dsa, &p, &q, &g);
2259 DSA_get0_key(dsa, NULL, &priv_key);
2290 DSA_print_fp(stdout, dsa, 0);
2356 const DSA *dsa; /* IFF parameters */
2380 if ((dsa = EVP_PKEY_get0_DSA(peer->ident_pkey->pkey)) == NULL) {
2405 DSA_get0_key(dsa, &pub_key, NULL);
2406 DSA_get0_pqg(dsa, &p, NULL, &g);
2842 const DSA *dsa; /* MV parameters */
2855 if ((dsa = EVP_PKEY_get0_DSA(peer->ident_pkey->pkey)) == NULL) {
2859 DSA_get0_pqg(dsa, &p, NULL, NULL);
2912 const DSA *dsa; /* MV parameters */
2932 dsa = EVP_PKEY_get0_DSA(mvkey_info->pkey);
2933 DSA_get0_pqg(dsa, &p, &q, &g);
2934 DSA_get0_key(dsa, &pub_key, &priv_key);
3027 const DSA *dsa; /* MV parameters */
3051 if ((dsa = EVP_PKEY_get0_DSA(peer->ident_pkey->pkey)) == NULL) {
3055 DSA_get0_pqg(dsa, &p, NULL, NULL);
3056 DSA_get0_key(dsa, &pub_key, &priv_key);