Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/library/
Dx509_crt.c2379 int *parent_is_trusted, in x509_crt_find_parent() argument
2389 *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 …]
/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Dx509_crt.h291 int MBEDTLS_PRIVATE(parent_is_trusted); /* -1 if find_parent is not in progress */