Searched refs:make_copy (Results 1 – 2 of 2) sorted by relevance
/mbedtls-latest/library/ |
D | x509_crt.c | 1076 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/ |
D | x509_crt.h | 456 int make_copy,
|