Searched refs:parent_is_trusted (Results 1 – 2 of 2) sorted by relevance
2231 int *parent_is_trusted, in x509_crt_find_parent() argument2240 *parent_is_trusted = 1; in x509_crt_find_parent()2244 if (rs_ctx != NULL && rs_ctx->parent_is_trusted != -1) { in x509_crt_find_parent()2245 *parent_is_trusted = rs_ctx->parent_is_trusted; in x509_crt_find_parent()2246 rs_ctx->parent_is_trusted = -1; in x509_crt_find_parent()2251 search_list = *parent_is_trusted ? trust_ca : child->next; in x509_crt_find_parent()2255 *parent_is_trusted, in x509_crt_find_parent()2261 rs_ctx->parent_is_trusted = *parent_is_trusted; in x509_crt_find_parent()2269 if (*parent != NULL || *parent_is_trusted == 0) { in x509_crt_find_parent()2274 *parent_is_trusted = 0; in x509_crt_find_parent()[all …]
287 int MBEDTLS_PRIVATE(parent_is_trusted); /* -1 if find_parent is not in progress */