Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/asn1/
Da_time.c114 ASN1_GENERALIZEDTIME *ASN1_TIME_to_generalizedtime(ASN1_TIME *t, in ASN1_TIME_to_generalizedtime() function
/external/boringssl/src/include/openssl/
Dasn1.h728 OPENSSL_EXPORT ASN1_GENERALIZEDTIME *ASN1_TIME_to_generalizedtime(ASN1_TIME *t, ASN1_GENERALIZEDTIM…
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc4637 bssl::UniquePtr<ASN1_GENERALIZEDTIME> gen(ASN1_TIME_to_generalizedtime(asn1Time, nullptr)); in NativeCrypto_ASN1_TIME_to_Calendar()