Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ocsp/
H A 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()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ocsp/
H A Docsp_srv.c104 if (!ASN1_TIME_to_generalizedtime(thisupd, &single->thisUpdate)) in OCSP_basic_add1_status()
107 !ASN1_TIME_to_generalizedtime(nextupd, &single->nextUpdate)) in OCSP_basic_add1_status()
124 if (!ASN1_TIME_to_generalizedtime(revtime, &ri->revocationTime)) in OCSP_basic_add1_status()
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A 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
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DASN1_TIME_set.pod16 ASN1_TIME_to_generalizedtime,
60 ASN1_GENERALIZEDTIME *ASN1_TIME_to_generalizedtime(ASN1_TIME *t,
139 The ASN1_TIME_to_generalizedtime() function converts an B<ASN1_TIME> to an
227 ASN1_TIME_to_generalizedtime() returns a pointer to the appropriate time
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dasn1_time_test.c236 ptime = ASN1_TIME_to_generalizedtime(&atime, NULL); in test_table()
336 asn1_gentime = ASN1_TIME_to_generalizedtime(asn1_time, NULL); in test_time_dup()
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dasn1_time_test.c236 ptime = ASN1_TIME_to_generalizedtime(&atime, NULL); in test_table()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/asn1/
H A Da_time.c350 ASN1_GENERALIZEDTIME *ASN1_TIME_to_generalizedtime(const ASN1_TIME *t, in ASN1_TIME_to_generalizedtime() function
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/asn1/
H A Da_time.c352 ASN1_GENERALIZEDTIME *ASN1_TIME_to_generalizedtime(const ASN1_TIME *t, in ASN1_TIME_to_generalizedtime() function
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dasn1.h630 ASN1_GENERALIZEDTIME *ASN1_TIME_to_generalizedtime(const ASN1_TIME *t,
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dasn1.h.in679 ASN1_GENERALIZEDTIME *ASN1_TIME_to_generalizedtime(const ASN1_TIME *t,
/netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/
H A Dcrypto.map135 ASN1_TIME_to_generalizedtime;
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/
H A Dlibcrypto.num3628 ASN1_TIME_to_generalizedtime 3583 1_1_0 EXIST::FUNCTION:
/netbsd-src/crypto/external/bsd/openssl.old/dist/
H A DCHANGES8837 (checks validity of ASN1_TIME structure) and ASN1_TIME_to_generalizedtime()