• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/Heimdal-398.1.2/lib/gssapi/mech/

Lines Matching defs:mech

44 get_option_def(int def, gss_const_OID mech, struct gss_mo_desc *mo, gss_buffer_t value)
51 name = gss_oid_to_name(mech);
97 _gss_mo_get_option_1(gss_const_OID mech, struct gss_mo_desc *mo, gss_buffer_t value)
99 return get_option_def(1, mech, mo, value);
103 _gss_mo_get_option_0(gss_const_OID mech, struct gss_mo_desc *mo, gss_buffer_t value)
105 return get_option_def(0, mech, mo, value);
109 _gss_mo_get_ctx_as_string(gss_const_OID mech, struct gss_mo_desc *mo, gss_buffer_t value)
121 gss_mo_set(gss_const_OID mech, gss_const_OID option,
127 if ((m = __gss_get_mechanism(mech)) == NULL)
132 return m->gm_mo[n].set(mech, &m->gm_mo[n], enable, value);
137 gss_mo_get(gss_const_OID mech, gss_const_OID option, gss_buffer_t value)
145 if ((m = __gss_get_mechanism(mech)) == NULL)
148 if ((m = __gss_get_mechanism(mech)) == NULL)
153 return m->gm_mo[n].get(mech, &m->gm_mo[n], value);
170 gss_mo_list(gss_const_OID mech, gss_OID_set *options)
180 if ((m = __gss_get_mechanism(mech)) == NULL)
191 gss_mo_name(gss_const_OID mech, gss_const_OID option, gss_buffer_t name)
199 if ((m = __gss_get_mechanism(mech)) == NULL)
229 mo_value(const gss_const_OID mech, gss_const_OID option, gss_buffer_t name)
234 return gss_mo_get(mech, option, name);
241 make_sasl_name(OM_uint32 *minor, const gss_OID mech, char sasl_name[16])
247 if (mech->length > 127)
251 hdr[1] = mech->length;
255 CCDigestUpdate(ctx, mech->elements, mech->length);
316 * @param desired_mech mech list query
319 * @param mech_description description of gssapi mech
384 * Find a mech for a sasl name
387 * @param sasl_mech_name sasl mech name
388 * @param mech_type mech type
545 * List support attributes for a mech and/or all mechanisms.
548 * @param mech given together with mech_attr will return the list of
550 * @param mech_attr see mech parameter, can optionally be NULL,
560 gss_const_OID mech,
569 if (mech_attr && mech) {
573 if ((m = __gss_get_mechanism(mech)) == NULL) {
582 mech,
617 * Return names and descriptions of mech attributes