Searched refs:cert_count (Results 1 – 4 of 4) sorted by relevance
682 int i, cert_count; in obtain_all_cert_matching_data() local688 id_cryptoctx, &cert_count); in obtain_all_cert_matching_data()696 __FUNCTION__, cert_count); in obtain_all_cert_matching_data()698 matchdata = calloc((size_t)cert_count + 1, sizeof(*matchdata)); in obtain_all_cert_matching_data()710 for (i = 0; i < cert_count; i++) { in obtain_all_cert_matching_data()716 __FUNCTION__, cert_count, i); in obtain_all_cert_matching_data()
454 int *cert_count); /* OUT */
5367 int *cert_count) argument5377 *cert_count = count;5764 int cert_count = 0; local5767 id_cryptoctx, &cert_count);5773 if (cert_count != 1) {5779 cert_count);5782 __FUNCTION__, cert_count);
235 krb5_ui_4 cert_count; /* certificate count */ member