Home
last modified time | relevance | path

Searched refs:eku_string (Results 1 – 2 of 2) sorted by last modified time

/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_clnt.c938 char *eku_string = NULL; local
968 &eku_string);
969 if (eku_string != NULL) {
970 if (strcasecmp(eku_string, "kpKDC") == 0) {
973 } else if (strcasecmp(eku_string, "kpServerAuth") == 0) {
976 } else if (strcasecmp(eku_string, "none") == 0) {
981 __FUNCTION__, eku_string);
983 free(eku_string);
H A Dpkinit_srv.c1100 char *eku_string = NULL; in pkinit_init_kdc_profile() local
1163 &eku_string); in pkinit_init_kdc_profile()
1164 if (eku_string != NULL) { in pkinit_init_kdc_profile()
1165 if (strcasecmp(eku_string, "kpClientAuth") == 0) { in pkinit_init_kdc_profile()
1168 } else if (strcasecmp(eku_string, "scLogin") == 0) { in pkinit_init_kdc_profile()
1171 } else if (strcasecmp(eku_string, "none") == 0) { in pkinit_init_kdc_profile()
1176 __FUNCTION__, eku_string); in pkinit_init_kdc_profile()
1178 free(eku_string); in pkinit_init_kdc_profile()