Home
last modified time | relevance | path

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

/reactos/dll/3rdparty/mbedtls/
H A Dx509_crt.c2170 *parent_is_trusted = 1; in x509_crt_find_parent()
2176 *parent_is_trusted = rs_ctx->parent_is_trusted; in x509_crt_find_parent()
2177 rs_ctx->parent_is_trusted = -1; in x509_crt_find_parent()
2193 rs_ctx->parent_is_trusted = *parent_is_trusted; in x509_crt_find_parent()
2205 *parent_is_trusted = 0; in x509_crt_find_parent()
2211 *parent_is_trusted = 0; in x509_crt_find_parent()
2303 int parent_is_trusted; in x509_crt_verify_chain() local
2327 parent_is_trusted = 0; in x509_crt_verify_chain()
2403 if( ! parent_is_trusted && in x509_crt_verify_chain()
2428 child_is_trusted = parent_is_trusted; in x509_crt_verify_chain()
[all …]
/reactos/sdk/include/reactos/libs/mbedtls/
H A Dx509_crt.h209 int parent_is_trusted; /* -1 if find_parent is not in progress */ member