Lines Matching refs:parent_is_trusted
2678 int *parent_is_trusted, in x509_crt_find_parent() argument
2687 *parent_is_trusted = 1; in x509_crt_find_parent()
2691 if( rs_ctx != NULL && rs_ctx->parent_is_trusted != -1 ) in x509_crt_find_parent()
2693 *parent_is_trusted = rs_ctx->parent_is_trusted; in x509_crt_find_parent()
2694 rs_ctx->parent_is_trusted = -1; in x509_crt_find_parent()
2699 search_list = *parent_is_trusted ? trust_ca : child->next; in x509_crt_find_parent()
2703 *parent_is_trusted, in x509_crt_find_parent()
2710 rs_ctx->parent_is_trusted = *parent_is_trusted; in x509_crt_find_parent()
2718 if( *parent != NULL || *parent_is_trusted == 0 ) in x509_crt_find_parent()
2722 *parent_is_trusted = 0; in x509_crt_find_parent()
2728 *parent_is_trusted = 0; in x509_crt_find_parent()
2822 int parent_is_trusted; in x509_crt_verify_chain() local
2847 parent_is_trusted = 0; in x509_crt_verify_chain()
2912 &parent_is_trusted, &signature_is_good, in x509_crt_verify_chain()
2947 if( ! parent_is_trusted && in x509_crt_verify_chain()
2972 child_is_trusted = parent_is_trusted; in x509_crt_verify_chain()
3371 ctx->parent_is_trusted = -1; in mbedtls_x509_crt_restart_init()