Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/gssapi/mech/
H A Dgss_oid_to_str.c74 for (i = 0; _gss_ont_mech[i].oid; i++) { in gss_oid_to_name()
75 if (gss_oid_equal(oid, _gss_ont_mech[i].oid)) in gss_oid_to_name()
76 return _gss_ont_mech[i].name; in gss_oid_to_name()
86 for (i = 0; _gss_ont_mech[i].oid; i++) { in gss_name_to_oid()
87 if (strcasecmp(name, _gss_ont_mech[i].short_desc) == 0) in gss_name_to_oid()
88 return _gss_ont_mech[i].oid; in gss_name_to_oid()
89 if (strncasecmp(name, _gss_ont_mech[i].short_desc, strlen(name)) == 0) { in gss_name_to_oid()
96 return _gss_ont_mech[partial].oid; in gss_name_to_oid()
H A Dgss_oid.c260 struct _gss_oid_name_table _gss_ont_mech[] = { variable
/freebsd/crypto/heimdal/lib/gssapi/
H A Dgssapi_mech.h570 extern struct _gss_oid_name_table _gss_ont_mech[];