Home
last modified time | relevance | path

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

/external/curl/lib/vtls/
Dopenssl.c2289 if(len < CERTBUFFERSIZE) { \
2395 #define CERTBUFFERSIZE 8192 macro
2408 bufp = malloc(CERTBUFFERSIZE); in get_cert_chain()
2444 (void)x509_name_oneline(X509_get_subject_name(x), bufp, CERTBUFFERSIZE); in get_cert_chain()
2448 (void)x509_name_oneline(X509_get_issuer_name(x), bufp, CERTBUFFERSIZE); in get_cert_chain()
2454 snprintf(bufp, CERTBUFFERSIZE, "%lx", value); in get_cert_chain()
2459 int left = CERTBUFFERSIZE; in get_cert_chain()
2482 j = asn1_object_dump(cinf->signature->algorithm, bufp, CERTBUFFERSIZE); in get_cert_chain()
2489 asn1_output(certdate, bufp, CERTBUFFERSIZE); in get_cert_chain()
2494 asn1_output(certdate, bufp, CERTBUFFERSIZE); in get_cert_chain()
[all …]