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; local
688 id_cryptoctx, &cert_count);
696 __FUNCTION__, cert_count);
698 matchdata = calloc((size_t)cert_count + 1, sizeof(*matchdata));
710 for (i = 0; i < cert_count; i++) {
716 __FUNCTION__, cert_count, i);
H A Dpkinit_crypto.h454 int *cert_count); /* OUT */
H A Dpkinit_crypto_openssl.c5367 int *cert_count)
5377 *cert_count = count;
5764 int cert_count = 0; local
5767 id_cryptoctx, &cert_count);
5773 if (cert_count != 1) {
5779 cert_count);
5782 __FUNCTION__, cert_count);
5363 crypto_cert_get_count(krb5_context context, pkinit_plg_crypto_context plg_cryptoctx, pkinit_req_crypto_context req_cryptoctx, pkinit_identity_crypto_context id_cryptoctx, int *cert_count) argument
/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dkdb_ldap.h235 krb5_ui_4 cert_count; /* certificate count */ member in struct:_krb5_ldap_context

Completed in 78 milliseconds