Lines Matching defs:pub_key
70 if ((dsa->pub_key = ASN1_INTEGER_to_BN(public_key, NULL)) == NULL) {
116 pubint = BN_to_ASN1_INTEGER(dsa->pub_key, NULL);
264 return BN_cmp(b->pkey.dsa->pub_key, a->pkey.dsa->pub_key) == 0;
276 const BIGNUM *priv_key, *pub_key;
288 pub_key = x->pub_key;
290 pub_key = NULL;
311 if (!ASN1_bn_print(bp, "pub: ", pub_key, NULL, off))
436 const BIGNUM *q = DSA_get0_q(dsa), *pub_key = DSA_get0_pub_key(dsa);
454 if (pub_key != NULL) {
456 pub_key))