Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/gssapi/
H A Dtest_context.c47 static char *mechs_string; variable
568 {"mech-types",0, arg_string, &mechs_string, "mech types (names)", NULL },
664 if (mechs_string == NULL) { in main()
692 oids, sizeof(oids)/sizeof(oids[0]), mechs_string); in main()