Home
last modified time | relevance | path

Searched refs:serialInteger (Results 1 – 1 of 1) sorted by relevance

/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc4289 bssl::UniquePtr<ASN1_INTEGER> serialInteger(BN_to_ASN1_INTEGER(serialBn.get(), nullptr)); in NativeCrypto_X509_CRL_get0_by_serial() local
4290 if (serialInteger.get() == nullptr) { in NativeCrypto_X509_CRL_get0_by_serial()
4296 int ret = X509_CRL_get0_by_serial(x509crl, &revoked, serialInteger.get()); in NativeCrypto_X509_CRL_get0_by_serial()