Home
last modified time | relevance | path

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

/openthread-3.4.0/third_party/mbedtls/repo/include/mbedtls/
Dx509_crt.h393 int make_copy,
/openthread-3.4.0/third_party/mbedtls/repo/library/
Dx509_crt.c1069 int make_copy, in x509_crt_parse_der_core() argument
1108 if( make_copy != 0 ) in x509_crt_parse_der_core()
1334 int make_copy, in mbedtls_x509_crt_parse_der_internal() argument
1368 ret = x509_crt_parse_der_core( crt, buf, buflen, make_copy, cb, p_ctx ); in mbedtls_x509_crt_parse_der_internal()
1393 int make_copy, in mbedtls_x509_crt_parse_der_with_ext_cb() argument
1397 return( mbedtls_x509_crt_parse_der_internal( chain, buf, buflen, make_copy, cb, p_ctx ) ); in mbedtls_x509_crt_parse_der_with_ext_cb()