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

/osnet-11/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_matching.c665 int i, cert_count; local
671 id_cryptoctx, &cert_count);
679 __FUNCTION__, cert_count);
681 matchdata = calloc((size_t)cert_count + 1, sizeof(*matchdata));
693 for (i = 0; i < cert_count; i++) {
699 __FUNCTION__, cert_count, i);
H A Dpkinit_crypto.h464 int *cert_count); /* OUT */
H A Dpkinit_crypto_openssl.c5548 int *cert_count)
5558 *cert_count = count;
5945 int cert_count = 0; local
5948 id_cryptoctx, &cert_count);
5954 if (cert_count != 1) {
5960 cert_count);
5963 __FUNCTION__, cert_count);
5544 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
/osnet-11/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dkdb_ldap.h227 krb5_ui_4 cert_count; /* certificate count */ member in struct:_krb5_ldap_context

Completed in 43 milliseconds