ASN1_INTEGER_to_BN
ret = ASN1_INTEGER_to_BN(ai, NULL);
bn = ASN1_INTEGER_to_BN(X509_get_serialNumber(x509), NULL);
bn = ASN1_INTEGER_to_BN(ser, NULL);
if ((bn = ASN1_INTEGER_to_BN(serial, NULL)) == NULL)
bnser = ASN1_INTEGER_to_BN(ser, NULL);
if ((bn = ASN1_INTEGER_to_BN(aint, NULL)) == NULL)
if (!(dh->pub_key = ASN1_INTEGER_to_BN(public_key, NULL))) {
if (!(dh->priv_key = ASN1_INTEGER_to_BN(privkey, NULL))) {
if (!(dsa->pub_key = ASN1_INTEGER_to_BN(public_key, NULL))) {
if (!(dsa->priv_key = ASN1_INTEGER_to_BN(privkey, NULL))) {
p = ASN1_INTEGER_to_BN(params->fieldID->p.prime, NULL);
if ((a = ASN1_INTEGER_to_BN(params->order, a)) == NULL) {
} else if ((b = ASN1_INTEGER_to_BN(params->cofactor, b)) == NULL) {
ret = ((pk_num = ASN1_INTEGER_to_BN(priv_key, NULL)) != NULL);
ASN1_INTEGER_to_BN(num, &num_bn);
ASN1_INTEGER_to_BN(a_max, bn) == NULL ||
ASN1_INTEGER_to_BN(a_max, bn) == NULL ||
if ((bntmp = ASN1_INTEGER_to_BN(a, NULL)) == NULL ||
BIGNUM *ASN1_INTEGER_to_BN(const ASN1_INTEGER *ai, BIGNUM *bn);