Home | History | Annotate | Download | only in apps

Lines Matching full:bnser

748 				BIGNUM *bnser;
751 bnser = ASN1_INTEGER_to_BN(ser, NULL);
752 if (!bnser)
754 if (!BN_add_word(bnser, 1))
756 ser = BN_to_ASN1_INTEGER(bnser, NULL);
759 BN_free(bnser);