Searched refs:asn1Time (Results 1 – 1 of 1) sorted by relevance
4303 ASN1_TIME* asn1Time = reinterpret_cast<ASN1_TIME*>(static_cast<uintptr_t>(asn1TimeRef)); in NativeCrypto_ASN1_TIME_to_Calendar() local4304 JNI_TRACE("ASN1_TIME_to_Calendar(%p, %p)", asn1Time, calendar); in NativeCrypto_ASN1_TIME_to_Calendar()4306 if (asn1Time == nullptr) { in NativeCrypto_ASN1_TIME_to_Calendar()4311 bssl::UniquePtr<ASN1_GENERALIZEDTIME> gen(ASN1_TIME_to_generalizedtime(asn1Time, nullptr)); in NativeCrypto_ASN1_TIME_to_Calendar()