Searched refs:eku_string (Results 1 – 3 of 3) sorted by relevance
/freebsd/crypto/krb5/src/plugins/preauth/pkinit/ |
H A D | pkinit_clnt.c | 655 char *eku_string = NULL, *minbits = NULL; in pkinit_client_profile() local 670 &eku_string); in pkinit_client_profile() 671 if (eku_string != NULL) { in pkinit_client_profile() 672 if (strcasecmp(eku_string, "kpKDC") == 0) { in pkinit_client_profile() 675 } else if (strcasecmp(eku_string, "kpServerAuth") == 0) { in pkinit_client_profile() 678 } else if (strcasecmp(eku_string, "none") == 0) { in pkinit_client_profile() 683 __FUNCTION__, eku_string); in pkinit_client_profile() 685 free(eku_string); in pkinit_client_profile()
|
H A D | pkinit_srv.c | 954 char *eku_string = NULL, *ocsp_check = NULL, *minbits = NULL; in pkinit_init_kdc_profile() local 1018 &eku_string); in pkinit_init_kdc_profile() 1019 if (eku_string != NULL) { in pkinit_init_kdc_profile() 1020 if (strcasecmp(eku_string, "kpClientAuth") == 0) { in pkinit_init_kdc_profile() 1023 } else if (strcasecmp(eku_string, "scLogin") == 0) { in pkinit_init_kdc_profile() 1026 } else if (strcasecmp(eku_string, "none") == 0) { in pkinit_init_kdc_profile() 1031 __FUNCTION__, eku_string); in pkinit_init_kdc_profile() 1033 free(eku_string); in pkinit_init_kdc_profile()
|
/freebsd/crypto/heimdal/lib/hx509/ |
H A D | hxtool.c | 1021 if (opt->eku_string) { in query() 1024 parse_oid(opt->eku_string, NULL, &oid); in query()
|