Home
last modified time | relevance | path

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

/mbedtls-development/library/
A Dx509_crt.c2687 *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()
2710 rs_ctx->parent_is_trusted = *parent_is_trusted; in x509_crt_find_parent()
2722 *parent_is_trusted = 0; in x509_crt_find_parent()
2728 *parent_is_trusted = 0; in x509_crt_find_parent()
2822 int parent_is_trusted; in x509_crt_verify_chain() local
2847 parent_is_trusted = 0; in x509_crt_verify_chain()
2947 if( ! parent_is_trusted && in x509_crt_verify_chain()
2972 child_is_trusted = parent_is_trusted; in x509_crt_verify_chain()
[all …]
/mbedtls-development/include/mbedtls/
A Dx509_crt.h342 int MBEDTLS_PRIVATE(parent_is_trusted); /* -1 if find_parent is not in progress */

Completed in 11 milliseconds