Searched refs:mech_string (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/gssapi/ |
H A D | gsstool.c | 195 if (opt->mech_string) { in attributes() 196 mech = gss_name_to_oid(opt->mech_string); in attributes() 198 errx(1, "mech %s is unknown", opt->mech_string); in attributes() 206 print_mech_attr(opt->mech_string, mech, mech_attr); in attributes()
|
H A D | test_context.c | 46 static char *mech_string; variable 567 {"mech-type",0, arg_string, &mech_string, "mech type (name)", NULL }, 659 if (mech_string == NULL) in main() 662 mechoid = string_to_oid(mech_string); in main()
|