ASN1_INTEGER_to_BN
LCRYPTO_ALIAS(ASN1_INTEGER_to_BN);
BIGNUM *ASN1_INTEGER_to_BN(const ASN1_INTEGER *ai, BIGNUM *bn);
if ((bn = ASN1_INTEGER_to_BN(aint, NULL)) == NULL)
if ((dh->pub_key = ASN1_INTEGER_to_BN(aint, NULL)) == NULL) {
if ((dh->priv_key = ASN1_INTEGER_to_BN(aint, NULL)) == NULL) {
if ((dsa->pub_key = ASN1_INTEGER_to_BN(aint, NULL)) == NULL) {
if ((dsa->priv_key = ASN1_INTEGER_to_BN(aint, NULL)) == NULL) {
if ((p = ASN1_INTEGER_to_BN(prime, NULL)) == NULL)
if ((order = ASN1_INTEGER_to_BN(params->order, NULL)) == NULL) {
if ((cofactor = ASN1_INTEGER_to_BN(params->cofactor,
LCRYPTO_USED(ASN1_INTEGER_to_BN);
if ((bn = ASN1_INTEGER_to_BN(num, NULL)) == NULL)
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 ||
ret = ASN1_INTEGER_to_BN(ai, NULL);
if ((bn = ASN1_INTEGER_to_BN(X509_get_serialNumber(x),
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);
BIGNUM* bn = ASN1_INTEGER_to_BN(serial, NULL);
if ((bn = ASN1_INTEGER_to_BN(i, NULL)) == NULL) {