Home | History | Annotate | Download | only in dh

Lines Matching refs:pub_key

110 	if (!(dh->pub_key = ASN1_INTEGER_to_BN(public_key, NULL)))
137 ASN1_INTEGER *pub_key = NULL;
151 pub_key = BN_to_ASN1_INTEGER(dh->pub_key, NULL);
152 if (!pub_key)
155 penclen = i2d_ASN1_INTEGER(pub_key, &penc);
157 ASN1_INTEGER_free(pub_key);
325 BIGNUM *priv_key, *pub_key;
333 pub_key = x->pub_key;
335 pub_key = NULL;
346 update_buflen(pub_key, &buf_len);
369 if (!ASN1_bn_print(bp,"public-key:",pub_key,m,indent)) goto err;
440 if (BN_cmp(b->pkey.dh->pub_key,a->pkey.dh->pub_key) != 0)