Home
last modified time | relevance | path

Searched refs:end_cert (Results 1 - 3 of 3) sorted by relevance

/third_party/mbedtls/library/
H A Dpkcs7.c176 unsigned char *end_set, *end_cert, *start; in pkcs7_get_certificates() local
195 end_cert = *p + len2; in pkcs7_get_certificates()
203 if (end_cert != end_set) { in pkcs7_get_certificates()
211 *p = end_cert; in pkcs7_get_certificates()
/third_party/libwebsockets/plugins/acme-client/
H A Dprotocol_lws_acme_client.c1526 char *end_cert = strstr(ac->buf, "END CERTIFICATE-----"); in callback_acme_client() local
1528 if (end_cert) { in callback_acme_client()
1529 ac->cpos = (int)(lws_ptr_diff_size_t(end_cert, ac->buf) + sizeof("END CERTIFICATE-----") - 1); in callback_acme_client()
/third_party/curl/lib/vtls/
H A Dbearssl.c322 x509->minimal.vtable->end_cert(&x509->minimal.vtable); in x509_end_cert()

Completed in 5 milliseconds