Searched refs:make_copy (Results 1 – 2 of 2) sorted by relevance
/openthread-3.4.0/third_party/mbedtls/repo/include/mbedtls/ |
D | x509_crt.h | 393 int make_copy,
|
/openthread-3.4.0/third_party/mbedtls/repo/library/ |
D | x509_crt.c | 1069 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()
|