Home
last modified time | relevance | path

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

/mbedtls-latest/library/
Dx509_crt.c1076 int make_copy, in x509_crt_parse_der_core() argument
1115 if (make_copy != 0) { in x509_crt_parse_der_core()
1316 int make_copy, in mbedtls_x509_crt_parse_der_internal() argument
1350 ret = x509_crt_parse_der_core(crt, buf, buflen, make_copy, cb, p_ctx); in mbedtls_x509_crt_parse_der_internal()
1376 int make_copy, in mbedtls_x509_crt_parse_der_with_ext_cb() argument
1380 return mbedtls_x509_crt_parse_der_internal(chain, buf, buflen, make_copy, cb, p_ctx); in mbedtls_x509_crt_parse_der_with_ext_cb()
/mbedtls-latest/include/mbedtls/
Dx509_crt.h456 int make_copy,