Searched defs:match_found (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/fm/libseslog/common/
H A Dlibseslog.c238 int match_found = 0; local
310 match_found = 1;
316 if (!match_found) {
/osnet-11/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_matching.c535 * Returns match_found == 1 only if exactly one certificate matches
546 int *match_found,
558 if (match_found == NULL || matching_cert == NULL)
562 *match_found = 0;
613 *match_found = 1;
619 pkiDebug("%s: returning %d, match_found %d\n",
620 __FUNCTION__, retval, *match_found);
743 int match_found = 0; local
798 &match_found, &the_matching_cert);
804 if (match_found) {
539 check_all_certs(krb5_context context, pkinit_plg_crypto_context plg_cryptoctx, pkinit_req_crypto_context req_cryptoctx, pkinit_identity_crypto_context id_cryptoctx, krb5_principal princ, rule_set *rs, pkinit_cert_matching_data **matchdata, int *match_found, pkinit_cert_matching_data **matching_cert) argument
[all...]

Completed in 18 milliseconds