Lines Matching refs:parent_is_trusted
2281 int *parent_is_trusted, in x509_crt_find_parent() argument
2290 *parent_is_trusted = 1; in x509_crt_find_parent()
2294 if( rs_ctx != NULL && rs_ctx->parent_is_trusted != -1 ) in x509_crt_find_parent()
2296 *parent_is_trusted = rs_ctx->parent_is_trusted; in x509_crt_find_parent()
2297 rs_ctx->parent_is_trusted = -1; in x509_crt_find_parent()
2302 search_list = *parent_is_trusted ? trust_ca : child->next; in x509_crt_find_parent()
2306 *parent_is_trusted, in x509_crt_find_parent()
2313 rs_ctx->parent_is_trusted = *parent_is_trusted; in x509_crt_find_parent()
2321 if( *parent != NULL || *parent_is_trusted == 0 ) in x509_crt_find_parent()
2325 *parent_is_trusted = 0; in x509_crt_find_parent()
2331 *parent_is_trusted = 0; in x509_crt_find_parent()
2423 int parent_is_trusted; in x509_crt_verify_chain() local
2447 parent_is_trusted = 0; in x509_crt_verify_chain()
2488 &parent_is_trusted, &signature_is_good, in x509_crt_verify_chain()
2523 if( ! parent_is_trusted && in x509_crt_verify_chain()
2548 child_is_trusted = parent_is_trusted; in x509_crt_verify_chain()
2860 ctx->parent_is_trusted = -1; in mbedtls_x509_crt_restart_init()