Searched refs:parent_is_trusted (Results 1 – 2 of 2) sorted by relevance
2381 int *parent_is_trusted, in x509_crt_find_parent() argument2391 *parent_is_trusted = 1; in x509_crt_find_parent()2395 if (rs_ctx != NULL && rs_ctx->parent_is_trusted != -1) { in x509_crt_find_parent()2396 *parent_is_trusted = rs_ctx->parent_is_trusted; in x509_crt_find_parent()2397 rs_ctx->parent_is_trusted = -1; in x509_crt_find_parent()2402 search_list = *parent_is_trusted ? trust_ca : child->next; in x509_crt_find_parent()2406 *parent_is_trusted, in x509_crt_find_parent()2412 rs_ctx->parent_is_trusted = *parent_is_trusted; in x509_crt_find_parent()2420 if (*parent != NULL || *parent_is_trusted == 0) { in x509_crt_find_parent()2425 *parent_is_trusted = 0; in x509_crt_find_parent()[all …]
291 int MBEDTLS_PRIVATE(parent_is_trusted); /* -1 if find_parent is not in progress */