Home
last modified time | relevance | path

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

/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc4668 ASN1_TIME* asn1Time = reinterpret_cast<ASN1_TIME*>(static_cast<uintptr_t>(asn1TimeRef)); in NativeCrypto_ASN1_TIME_to_Calendar() local
4669 JNI_TRACE("ASN1_TIME_to_Calendar(%p, %p)", asn1Time, calendar); in NativeCrypto_ASN1_TIME_to_Calendar()
4671 if (asn1Time == nullptr) { in NativeCrypto_ASN1_TIME_to_Calendar()
4676 if (!ASN1_TIME_check(asn1Time)) { in NativeCrypto_ASN1_TIME_to_Calendar()
4681 bssl::UniquePtr<ASN1_GENERALIZEDTIME> gen(ASN1_TIME_to_generalizedtime(asn1Time, nullptr)); in NativeCrypto_ASN1_TIME_to_Calendar()