Searched refs:num_capath (Results 1 – 2 of 2) sorted by relevance
618 size_t num_capath = 0; in krb5_check_transited() local624 FALSE, &capath, &num_capath); in krb5_check_transited()629 for (j = 0; j < num_capath; ++j) { in krb5_check_transited()633 if (j == num_capath) { in krb5_check_transited()
1588 size_t num_capath = 0; in tgs_build_reply() local1741 req_rlm, TRUE, &capath, &num_capath); in tgs_build_reply()1747 new_rlm = num_capath > 0 ? capath[--num_capath] : NULL; in tgs_build_reply()