Searched refs:mech_name (Results 1 - 12 of 12) sorted by path

/macosx-10.10/Heimdal-398.1.2/lib/gssapi/gssapi/
H A Dgssapi_protos.h568 * @param mech_name gssapi protocol name
581 gss_buffer_t mech_name,
/macosx-10.10/Heimdal-398.1.2/lib/gssapi/mech/
H A Dgss_mo.c286 gss_buffer_t mech_name,
303 mech_name,
318 * @param mech_name gssapi protocol name
330 gss_buffer_t mech_name,
336 _mg_buffer_zero(mech_name);
348 major = mo_value(desired_mech, GSS_C_MA_MECH_NAME, mech_name);
362 mech_name,
283 inquire_saslname_for_mech_compat(OM_uint32 *minor, const gss_OID desired_mech, gss_buffer_t sasl_mech_name, gss_buffer_t mech_name, gss_buffer_t mech_description) argument
327 gss_inquire_saslname_for_mech(OM_uint32 *minor_status, const gss_OID desired_mech, gss_buffer_t sasl_mech_name, gss_buffer_t mech_name, gss_buffer_t mech_description) argument
/macosx-10.10/apr-32/apr/apr/test/
H A Dtestmutexscope.c103 static void test_mech_mode(apr_lockmech_e mech, const char *mech_name, argument
112 test_mode == TEST_GLOBAL ? "global" : "proc", mech_name);
144 mech_name, counter == 1 ? "" : "not ");
151 mech_name);
178 static void test_mech(apr_lockmech_e mech, const char *mech_name) argument
180 test_mech_mode(mech, mech_name, TEST_PROC);
181 test_mech_mode(mech, mech_name, TEST_GLOBAL);
188 const char *mech_name; member in struct:__anon6477
212 test_mech(lockmechs[i].mech, lockmechs[i].mech_name);
/macosx-10.10/curl-83.1.2/curl/lib/
H A Dsecurity.c491 const char *mech_name; local
494 mech_name = (*mech)->name;
496 DEBUGASSERT(mech_name != NULL);
497 if(mech_name == NULL) {
512 infof(data, "Failed initialization for %s. Skipping it.\n", mech_name);
517 infof(data, "Trying mechanism %s...\n", mech_name);
518 ret = ftp_send_command(conn, "AUTH %s", mech_name);
527 "returned ftp code: 504).\n", mech_name);
531 "ftp code: 534).\n", mech_name);
/macosx-10.10/gssd-64/
H A Dgssd.c2264 char *mech_name= NULL; local
2295 mech_name = oid_name(mechtab[mech]);
2297 princ_name, oid_nt, mech_name ? mech_name : "Unknown");
2298 free(mech_name);
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/include/
H A Dsaslplug.h394 const char *mech_name; member in struct:sasl_client_plug
666 const char *mech_name; member in struct:sasl_server_plug
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/lib/
H A Dclient.c463 if (_sasl_is_equal_mech(mlist, plug->mech_name, (size_t) (cp - mlist), &plus)) {
696 if (_sasl_is_equal_mech(name, m->m.plug->mech_name, name_len, &plus)) {
862 if (!_sasl_is_equal_mech(name, m->m.plug->mech_name, name_len, &plus)) {
946 if (strcasecmp(m->m.plug->mech_name, PREFER_MECH) &&
960 *mech = m->m.plug->mech_name;
1106 result += (unsigned) strlen(listptr->m.plug->mech_name);
1215 strcat(conn->mechlist_buf, m->m.plug->mech_name);
1251 next->d = listptr->m.plug->mech_name;
1295 m->plug->mech_name,
1432 if (strcasecmp (cur_mech, m->m.plug->mech_name)
[all...]
H A Dcommon.c1051 ((sasl_client_conn_t *)conn)->mech->m.plug->mech_name;
1058 ((sasl_server_conn_t *)conn)->mech->m.plug->mech_name;
H A Dserver.c240 (strcmp(current_mech, m->plug->mech_name) != 0)) {
255 "%s: set secret for %s", m->plug->mech_name, user);
263 "%s: secret not changed for %s", m->plug->mech_name, user);
267 m->plug->mech_name, user);
276 m->plug->mech_name, user, tmpresult,
761 plugin-file WS mech_name WS max_ssf *(WS security_flag) RET
767 /* grab mech_name */
768 nplug->mech_name = grab_field(ptr, &ptr);
790 nplug->mech_name, t);
1273 if (_sasl_is_equal_mech(mlist, plug->mech_name, (size_
[all...]
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/plugins/
H A Dgs2.c315 ret = gs2_map_sasl_name(params->utils, text->plug.server->mech_name,
639 splug->mech_name = (char *)buf.value;
895 ret = gs2_map_sasl_name(params->utils, text->plug.client->mech_name,
930 cplug->mech_name = (char *)buf.value;
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/utils/
H A Dpluginviewer.c290 *list_of_mechs = strdup(m->plug->mech_name);
293 new_list = malloc (strlen(*list_of_mechs) + strlen(m->plug->mech_name) + 2);
294 sprintf (new_list, "%s %s", *list_of_mechs, m->plug->mech_name);
318 *list_of_mechs = strdup(m->plug->mech_name);
321 new_list = malloc (strlen(*list_of_mechs) + strlen(m->plug->mech_name) + 2);
322 sprintf (new_list, "%s %s", *list_of_mechs, m->plug->mech_name);
/macosx-10.10/postfix-255/postfix/src/xsasl/
H A Dxsasl_dovecot_server.c139 char *mech_name; /* mechanism name */ member in struct:XSASL_DCSRV_MECH
187 const char *mech_name, int sec_props)
196 mp->mech_name = mystrdup(mech_name);
210 myfree(mp->mech_name);
236 vstring_strcat(mechanisms_str, mp->mech_name);
237 argv_add(mechanism_argv, mp->mech_name, (char *) 0);
239 msg_info("%s: keep mechanism: %s", myname, mp->mech_name);
242 msg_info("%s: skip mechanism: %s", myname, mp->mech_name);
255 char *line, *cmd, *mech_name; local
186 xsasl_dovecot_server_mech_append(XSASL_DCSRV_MECH **mech_list, const char *mech_name, int sec_props) argument
[all...]

Completed in 541 milliseconds