Home
last modified time | relevance | path

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

/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc4665 static void NativeCrypto_ASN1_TIME_to_Calendar(JNIEnv* env, jclass, jlong asn1TimeRef, in NativeCrypto_ASN1_TIME_to_Calendar() argument
4668 ASN1_TIME* asn1Time = reinterpret_cast<ASN1_TIME*>(static_cast<uintptr_t>(asn1TimeRef)); in NativeCrypto_ASN1_TIME_to_Calendar()