Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/heimdal/dist/lib/krb5/
Dtransited.c618 size_t num_capath = 0; in krb5_check_transited() local
624 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()
/netbsd/src/crypto/external/bsd/heimdal/dist/kdc/
Dkrb5tgs.c1588 size_t num_capath = 0; in tgs_build_reply() local
1741 req_rlm, TRUE, &capath, &num_capath); in tgs_build_reply()
1747 new_rlm = num_capath > 0 ? capath[--num_capath] : NULL; in tgs_build_reply()