Searched refs:self_cnt (Results 1 - 2 of 2) sorted by relevance
/third_party/mbedtls/library/ |
H A D | x509_crt.c | 2244 * - [in] self_cnt: number of self-signed intermediates seen so far 2259 unsigned self_cnt, in x509_crt_find_parent_in() 2296 (size_t) parent->max_pathlen < 1 + path_cnt - self_cnt) { in x509_crt_find_parent_in() 2367 * - [in] self_cnt: number of self-signed certs in the chain so far 2382 unsigned self_cnt, in x509_crt_find_parent() 2405 path_cnt, self_cnt, rs_ctx, now); in x509_crt_find_parent() 2524 unsigned self_cnt; in x509_crt_verify_chain() local 2539 self_cnt = rs_ctx->self_cnt; in x509_crt_verify_chain() 2551 self_cnt in x509_crt_verify_chain() 2252 x509_crt_find_parent_in( mbedtls_x509_crt *child, mbedtls_x509_crt *candidates, mbedtls_x509_crt **r_parent, int *r_signature_is_good, int top, unsigned path_cnt, unsigned self_cnt, mbedtls_x509_crt_restart_ctx *rs_ctx, const mbedtls_x509_time *now) x509_crt_find_parent_in() argument 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 [all...] |
/third_party/mbedtls/include/mbedtls/ |
H A D | x509_crt.h | 298 int MBEDTLS_PRIVATE(self_cnt);
|
Completed in 5 milliseconds