Home | History | Annotate | Download | only in dsa

Lines Matching refs:pub_key

119 	if (!(dsa->pub_key = ASN1_INTEGER_to_BN(public_key, NULL)))
218 * SEQUENCE {pub_key, priv_key}
266 if (!(dsa->pub_key = BN_new()))
277 if (!BN_mod_exp(dsa->pub_key, dsa->g, dsa->priv_key, dsa->p, ctx))
410 if (BN_cmp(b->pkey.dsa->pub_key,a->pkey.dsa->pub_key) != 0)
437 const BIGNUM *priv_key, *pub_key;
445 pub_key = x->pub_key;
447 pub_key = NULL;
460 update_buflen(pub_key, &buf_len);
479 if (!ASN1_bn_print(bp,"pub: ",pub_key,m,off))