Lines Matching defs:chain
283 int mbedtls_x509_crl_parse_der(mbedtls_x509_crl *chain,
290 mbedtls_x509_crl *crl = chain;
304 * Add new CRL on the end of the chain if needed.
505 int mbedtls_x509_crl_parse(mbedtls_x509_crl *chain, const unsigned char *buf, size_t buflen)
513 if (chain == NULL || buf == NULL) {
540 if ((ret = mbedtls_x509_crl_parse_der(chain,
560 return mbedtls_x509_crl_parse_der(chain, buf, buflen);
567 int mbedtls_x509_crl_parse_file(mbedtls_x509_crl *chain, const char *path)
577 ret = mbedtls_x509_crl_parse(chain, buf, n);
667 * Initialize a CRL chain