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.cc5094 ASN1_TIME* asn1Time = reinterpret_cast<ASN1_TIME*>(static_cast<uintptr_t>(asn1TimeRef)); in NativeCrypto_ASN1_TIME_to_Calendar() local
5095 JNI_TRACE("ASN1_TIME_to_Calendar(%p, %p)", asn1Time, calendar); in NativeCrypto_ASN1_TIME_to_Calendar()
5097 if (asn1Time == nullptr) { in NativeCrypto_ASN1_TIME_to_Calendar()
5102 if (!ASN1_TIME_check(asn1Time)) { in NativeCrypto_ASN1_TIME_to_Calendar()
5107 bssl::UniquePtr<ASN1_GENERALIZEDTIME> gen(ASN1_TIME_to_generalizedtime(asn1Time, nullptr)); in NativeCrypto_ASN1_TIME_to_Calendar()