Home
last modified time | relevance | path

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

/mbedtls-latest/library/
Dx509_crt.c2381 int *parent_is_trusted, in x509_crt_find_parent() argument
2391 *parent_is_trusted = 1; in x509_crt_find_parent()
2395 if (rs_ctx != NULL && rs_ctx->parent_is_trusted != -1) { in x509_crt_find_parent()
2396 *parent_is_trusted = rs_ctx->parent_is_trusted; in x509_crt_find_parent()
2397 rs_ctx->parent_is_trusted = -1; in x509_crt_find_parent()
2402 search_list = *parent_is_trusted ? trust_ca : child->next; in x509_crt_find_parent()
2406 *parent_is_trusted, in x509_crt_find_parent()
2412 rs_ctx->parent_is_trusted = *parent_is_trusted; in x509_crt_find_parent()
2420 if (*parent != NULL || *parent_is_trusted == 0) { in x509_crt_find_parent()
2425 *parent_is_trusted = 0; in x509_crt_find_parent()
[all …]
/mbedtls-latest/include/mbedtls/
Dx509_crt.h291 int MBEDTLS_PRIVATE(parent_is_trusted); /* -1 if find_parent is not in progress */