Home
last modified time | relevance | path

Searched refs:mech_string (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/heimdal/lib/gssapi/
H A Dgsstool.c193 if (opt->mech_string) { in attrs_for_mech()
194 mech = gss_name_to_oid(opt->mech_string); in attrs_for_mech()
196 errx(1, "mech %s is unknown", opt->mech_string); in attrs_for_mech()
204 print_mech_attr(opt->mech_string, mech, mech_attr); in attrs_for_mech()
H A Dtest_context.c44 static char *mech_string; variable
464 {"mech-type",0, arg_string, &mech_string, "type of mech", NULL },
551 if (mech_string == NULL) in main()
554 mechoid = string_to_oid(mech_string); in main()