Home
last modified time | relevance | path

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

/third_party/openssl/crypto/ocsp/
Docsp_srv.c105 if (!ASN1_TIME_to_generalizedtime(thisupd, &single->thisUpdate)) in OCSP_basic_add1_status()
108 !ASN1_TIME_to_generalizedtime(nextupd, &single->nextUpdate)) in OCSP_basic_add1_status()
125 if (!ASN1_TIME_to_generalizedtime(revtime, &ri->revocationTime)) in OCSP_basic_add1_status()
/third_party/openssl/doc/man3/
DASN1_TIME_set.pod16 ASN1_TIME_to_generalizedtime - ASN.1 Time functions
58 ASN1_GENERALIZEDTIME *ASN1_TIME_to_generalizedtime(ASN1_TIME *t,
130 The ASN1_TIME_to_generalizedtime() function converts an ASN1_TIME to an
206 ASN1_TIME_to_generalizedtime() returns a pointer to
/third_party/openssl/test/
Dasn1_time_test.c236 ptime = ASN1_TIME_to_generalizedtime(&atime, NULL); in test_table()
/third_party/openssl/crypto/asn1/
Da_time.c350 ASN1_GENERALIZEDTIME *ASN1_TIME_to_generalizedtime(const ASN1_TIME *t, in ASN1_TIME_to_generalizedtime() function
/third_party/openssl/include/openssl/
Dasn1.h630 ASN1_GENERALIZEDTIME *ASN1_TIME_to_generalizedtime(const ASN1_TIME *t,
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h697 #define ASN1_TIME_to_generalizedtime BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, ASN1_TIME_to_generalize… macro
/third_party/openssl/util/
Dlibcrypto.num3628 ASN1_TIME_to_generalizedtime 3583 1_1_0 EXIST::FUNCTION:
/third_party/openssl/
DCHANGES8845 (checks validity of ASN1_TIME structure) and ASN1_TIME_to_generalizedtime()