Searched refs:eku_string (Results 1 – 2 of 2) sorted by relevance
1100 char *eku_string = NULL; in pkinit_init_kdc_profile() local1163 &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()
938 char *eku_string = NULL; local968 &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);