Home | History | Annotate | Download | only in openssh

Lines Matching refs:pub_key

110 		if ((dsa->pub_key = BN_new()) == NULL)
287 BN_cmp(a->dsa->pub_key, b->dsa->pub_key) == 0;
1212 (BN_copy(n->dsa->pub_key, k->dsa->pub_key) == NULL))
1518 buffer_get_bignum2_ret(&b, key->dsa->pub_key) == -1) {
1616 buffer_put_bignum2(&b, key->dsa->pub_key);
1748 if ((pk->dsa->pub_key = BN_dup(k->dsa->pub_key)) == NULL)
1902 buffer_put_bignum2(&k->cert->certblob, k->dsa->pub_key);