Home
last modified time | relevance | path

Searched refs:cert_count (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_matching.c682 int i, cert_count; in obtain_all_cert_matching_data() local
688 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()
H A Dpkinit_crypto.h454 int *cert_count); /* OUT */
H A Dpkinit_crypto_openssl.c5554 int *cert_count) argument
5564 *cert_count = count;
5951 int cert_count = 0; local
5954 id_cryptoctx, &cert_count);
5960 if (cert_count != 1) {
5966 cert_count);
5969 __FUNCTION__, cert_count);
/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dkdb_ldap.h235 krb5_ui_4 cert_count; /* certificate count */ member