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 D | ocsp_srv.c | 105 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 D | ocsp_srv.c | 104 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 D | ASN1_TIME_set.pod | 16 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 D | ASN1_TIME_set.pod | 16 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 D | asn1_time_test.c | 236 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 D | asn1_time_test.c | 236 ptime = ASN1_TIME_to_generalizedtime(&atime, NULL); in test_table()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/asn1/ |
H A D | a_time.c | 350 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 D | a_time.c | 352 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 D | asn1.h | 630 ASN1_GENERALIZEDTIME *ASN1_TIME_to_generalizedtime(const ASN1_TIME *t,
|
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/ |
H A D | asn1.h.in | 679 ASN1_GENERALIZEDTIME *ASN1_TIME_to_generalizedtime(const ASN1_TIME *t,
|
/netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/ |
H A D | crypto.map | 135 ASN1_TIME_to_generalizedtime;
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/ |
H A D | libcrypto.num | 3628 ASN1_TIME_to_generalizedtime 3583 1_1_0 EXIST::FUNCTION:
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/ |
H A D | CHANGES | 8837 (checks validity of ASN1_TIME structure) and ASN1_TIME_to_generalizedtime()
|