Searched refs:parent_is_trusted (Results 1 – 2 of 2) sorted by relevance
2379 int *parent_is_trusted, in x509_crt_find_parent() argument2389 *parent_is_trusted = 1; in x509_crt_find_parent()2393 if (rs_ctx != NULL && rs_ctx->parent_is_trusted != -1) { in x509_crt_find_parent()2394 *parent_is_trusted = rs_ctx->parent_is_trusted; in x509_crt_find_parent()2395 rs_ctx->parent_is_trusted = -1; in x509_crt_find_parent()2400 search_list = *parent_is_trusted ? trust_ca : child->next; in x509_crt_find_parent()2404 *parent_is_trusted, in x509_crt_find_parent()2410 rs_ctx->parent_is_trusted = *parent_is_trusted; in x509_crt_find_parent()2418 if (*parent != NULL || *parent_is_trusted == 0) { in x509_crt_find_parent()2423 *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 */