Searched refs:ASN1_INTEGER_to_BN (Results 1 – 4 of 4) sorted by relevance
454 BIGNUM *ASN1_INTEGER_to_BN(const ASN1_INTEGER *ai, BIGNUM *bn) in ASN1_INTEGER_to_BN() function
745 OPENSSL_EXPORT BIGNUM *ASN1_INTEGER_to_BN(const ASN1_INTEGER *ai,BIGNUM *bn);
177 if (!(bntmp = ASN1_INTEGER_to_BN(a, NULL)) || in i2s_ASN1_INTEGER()
3760 bssl::UniquePtr<BIGNUM> serialBn(ASN1_INTEGER_to_BN(serialNumber, nullptr)); in get_X509Type_serialNumber()