Searched refs:eku_string (Results 1 - 2 of 2) sorted by relevance

/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; local
1163 &eku_string);
1164 if (eku_string != NULL) {
1165 if (strcasecmp(eku_string, "kpClientAuth") == 0) {
1168 } else if (strcasecmp(eku_string, "scLogin") == 0) {
1171 } else if (strcasecmp(eku_string, "none") == 0) {
1176 __FUNCTION__, eku_string);
1178 free(eku_string);

Completed in 91 milliseconds