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.c131 ASN1_GENERALIZEDTIME *ASN1_TIME_to_generalizedtime(ASN1_TIME *t, ASN1_GENERALIZEDTIME **out) in ASN1_TIME_to_generalizedtime() function
/external/boringssl/src/include/openssl/
Dasn1.h841 OPENSSL_EXPORT ASN1_GENERALIZEDTIME *ASN1_TIME_to_generalizedtime(ASN1_TIME *t, ASN1_GENERALIZEDTIM…
/external/conscrypt/src/main/native/
Dorg_conscrypt_NativeCrypto.cpp6305 Unique_ASN1_GENERALIZEDTIME gen(ASN1_TIME_to_generalizedtime(asn1Time, NULL));