Searched refs:make_copy (Results 1 – 2 of 2) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/library/ |
D | x509_crt.c | 1074 int make_copy, in x509_crt_parse_der_core() argument 1113 if (make_copy != 0) { in x509_crt_parse_der_core() 1314 int make_copy, in mbedtls_x509_crt_parse_der_internal() argument 1348 ret = x509_crt_parse_der_core(crt, buf, buflen, make_copy, cb, p_ctx); in mbedtls_x509_crt_parse_der_internal() 1374 int make_copy, in mbedtls_x509_crt_parse_der_with_ext_cb() argument 1378 return mbedtls_x509_crt_parse_der_internal(chain, buf, buflen, make_copy, cb, p_ctx); in mbedtls_x509_crt_parse_der_with_ext_cb()
|
/openthread-latest/third_party/mbedtls/repo/include/mbedtls/ |
D | x509_crt.h | 456 int make_copy,
|