BN_to_ASN1_INTEGER
LCRYPTO_ALIAS(BN_to_ASN1_INTEGER);
ASN1_INTEGER *BN_to_ASN1_INTEGER(const BIGNUM *bn, ASN1_INTEGER *ai);
if ((aint = BN_to_ASN1_INTEGER(bn, NULL)) == NULL)
if ((aint = BN_to_ASN1_INTEGER(dh->pub_key, NULL)) == NULL)
if ((aint = BN_to_ASN1_INTEGER(dh->priv_key, NULL)) == NULL) {
if ((aint = BN_to_ASN1_INTEGER(dsa->pub_key, NULL)) == NULL) {
if ((aint = BN_to_ASN1_INTEGER(dsa->priv_key, NULL)) == NULL) {
if ((field->p.prime = BN_to_ASN1_INTEGER(group->p, NULL)) == NULL) {
if ((parameters->order = BN_to_ASN1_INTEGER(order, NULL)) == NULL) {
if ((parameters->cofactor = BN_to_ASN1_INTEGER(cofactor,
LCRYPTO_USED(BN_to_ASN1_INTEGER);
BN_to_ASN1_INTEGER(bn, orig = a_max_plus_one)) == NULL) {
BN_to_ASN1_INTEGER(bn, orig = a_max_plus_one)) == NULL) {
aint = BN_to_ASN1_INTEGER(bn, NULL);
if ((ai = BN_to_ASN1_INTEGER(serial, NULL)) == NULL) {
if (ai && !BN_to_ASN1_INTEGER(btmp, ai))
tmpserial = BN_to_ASN1_INTEGER(serial, NULL);
tmpserial = BN_to_ASN1_INTEGER(crlnumber, NULL);
if (BN_to_ASN1_INTEGER(serial, X509_get_serialNumber(ret)) == NULL)
if ((serial = BN_to_ASN1_INTEGER(bn, NULL)) == NULL)
if ((nonce = BN_to_ASN1_INTEGER(bn, NULL)) == NULL)
ser = BN_to_ASN1_INTEGER(bnser, NULL);
if (BN_to_ASN1_INTEGER(bn, aint) == NULL)