Home
last modified time | relevance | path

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

/titanic_50/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.c5367 int *cert_count) argument
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);
/titanic_50/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dkdb_ldap.h235 krb5_ui_4 cert_count; /* certificate count */ member