Home
last modified time | relevance | path

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

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