Home
last modified time | relevance | path

Searched refs:parent_is_trusted (Results 1 – 2 of 2) sorted by relevance

/third_party/mbedtls/library/
Dx509_crt.c2678 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()
[all …]
/third_party/mbedtls/include/mbedtls/
Dx509_crt.h342 int MBEDTLS_PRIVATE(parent_is_trusted); /* -1 if find_parent is not in progress */