Searched refs:parent_is_trusted (Results 1 - 2 of 2) sorted by relevance
/third_party/mbedtls/library/ |
H A D | x509_crt.c | 2364 * - [out] parent_is_trusted: 1 if returned `parent` is trusted, or 0 2379 int *parent_is_trusted, in x509_crt_find_parent() 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 in x509_crt_find_parent() 2375 x509_crt_find_parent( mbedtls_x509_crt *child, mbedtls_x509_crt *trust_ca, mbedtls_x509_crt **parent, int *parent_is_trusted, int *signature_is_good, unsigned path_cnt, unsigned self_cnt, mbedtls_x509_crt_restart_ctx *rs_ctx, const mbedtls_x509_time *now) x509_crt_find_parent() argument 2521 int parent_is_trusted; x509_crt_verify_chain() local [all...] |
/third_party/mbedtls/include/mbedtls/ |
H A D | x509_crt.h | 291 int MBEDTLS_PRIVATE(parent_is_trusted); /* -1 if find_parent is not in progress */
|
Completed in 8 milliseconds