Home
last modified time | relevance | path

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

/external/conscrypt/src/main/native/
Dorg_conscrypt_NativeCrypto.cpp6297 ASN1_TIME* asn1Time = reinterpret_cast<ASN1_TIME*>(static_cast<uintptr_t>(asn1TimeRef)); local
6298 JNI_TRACE("ASN1_TIME_to_Calendar(%p, %p)", asn1Time, calendar);
6300 if (asn1Time == NULL) {
6305 Unique_ASN1_GENERALIZEDTIME gen(ASN1_TIME_to_generalizedtime(asn1Time, NULL));