Searched refs:mech_name (Results 1 - 25 of 28) sorted by relevance

12

/illumos-gate/usr/src/lib/libgss/
H A Dg_dup_name.c98 dest_union->mech_name = 0;
132 &dest_union->mech_name);
151 if (dest_union->mech_name)
154 &dest_union->mech_name);
H A Dg_canon_name.c115 out_union->mech_name = 0;
143 &in_union->mech_name);
162 &dest_union->mech_name))
192 if (dest_union->mech_name) {
195 &dest_union->mech_name);
H A Dg_compare_name.c115 if ((union_name1->mech_name == 0) ||
116 (union_name2->mech_name == 0))
125 union_name1->mech_name,
126 union_name2->mech_name,
205 union_name1->mech_name,
H A Dg_export_name.c75 union_name->mech_name, exported_name);
H A Dg_rel_name.c76 &union_name->mech_name);
H A Dg_imp_name.c106 union_name->mech_name = 0;
163 if (union_name->mech_name)
166 &union_name->mech_name);
258 &unionName->mech_name);
357 GSS_C_NULL_OID, &unionName->mech_name);
H A Dg_init_sec_context.c147 internal_name = union_name->mech_name;
224 if (union_name->mech_name == NULL ||
225 union_name->mech_name != internal_name) {
H A Dg_dsp_name.c101 union_name->mech_name,
H A Dg_userok.c123 mechName = intName->mech_name;
H A Dgssd_pname_to_uid.c541 mechName = intName->mech_name;
547 if (intName->mech_name != mechName)
H A Dg_acquire_cred_with_pw.c305 internal_name = union_name->mech_name;
H A Dg_acquire_cred.c404 internal_name = union_name->mech_name;
H A Dg_glue.c565 union_name->mech_name = internal_name;
/illumos-gate/usr/src/uts/common/crypto/api/
H A Dkcf_miscapi.c121 char *mech_name, *hint_mech, *end; local
172 mech_name = (char *)tmp_mech_name_tab;
173 end = mech_name + n;
184 if ((mech_name + CRYPTO_MAX_MECH_NAME) > end) {
190 (void) strncpy(mech_name, me->me_name,
193 mech_name += CRYPTO_MAX_MECH_NAME;
230 mech_name);
231 if ((mech_name + CRYPTO_MAX_MECH_NAME) > end) {
239 mech_name += CRYPTO_MAX_MECH_NAME;
251 ASSERT(mech_name <
[all...]
/illumos-gate/usr/src/uts/common/gssapi/
H A Dgss_import_name.c72 union_name->mech_name = 0;
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dserver.c216 "%s: set secret for %s", m->plug->mech_name, user);
224 "%s: secret not changed for %s", m->plug->mech_name, user);
229 m->plug->mech_name, user, tmpresult,
459 /* Check plugins to make sure mech_name is non-NULL */
461 if (pluglist[lupe].mech_name == NULL)
479 if (!load_mech(gctx, pluglist->mech_name)) {
890 plugin-file WS mech_name WS max_ssf *(WS security_flag) RET
896 /* grab mech_name */
897 nplug->mech_name = grab_field(ptr, &ptr);
919 nplug->mech_name,
[all...]
H A Dclient.c269 /* Check plugins to make sure mech_name is non-NULL */
271 if (pluglist[lupe].mech_name == NULL)
822 if (strcasecmp(m->plug->mech_name, name))
866 if (strcasecmp(m->plug->mech_name, PREFER_MECH) &&
870 if (strcasecmp(m->plug->mech_name, PREFER_MECH) &&
916 *mech = m->plug->mech_name;
1091 result += strlen(listptr->plug->mech_name);
1215 strcat(conn->mechlist_buf, m->plug->mech_name);
1261 next->d = listptr->plug->mech_name;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecalgs.c58 static char *key_sizes_string, *mech_name, *exec_mode_string; variable
515 char *mech_name; local
526 mech_name = (char *)(attr + 1);
527 bcopy(mech_name, alg.a_mech_name, attr->spd_attr_value);
596 if (mech_name == NULL) {
603 newbie.a_mech_name = mech_name;
1120 if (mech_name != NULL)
1122 mech_name = optarg;
/illumos-gate/usr/src/cmd/cmd-crypto/cryptoadm/
H A Dadm_uef.c200 const char *mech_name; local
473 mech_name = pkcs11_mech2str(mech);
474 (void) printf("%-29s", mech_name);
969 const char *mech_name; local
993 mech_name = pkcs11_mech2str(
995 if (mech_name == NULL) {
998 (void) printf("%s", mech_name);
1024 mech_name = pkcs11_mech2str(mech_id);
1025 if (mech_name == NULL) {
1028 (void) printf("%s", mech_name);
[all...]
/illumos-gate/usr/src/lib/libsasl/include/
H A Dsaslplug.h349 const char *mech_name; member in struct:sasl_client_plug
576 const char *mech_name; member in struct:sasl_server_plug
/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_mech_tabs.c615 * . mech_name: the name of the mechanism.
627 kcf_remove_mech_provider(char *mech_name, kcf_provider_desc_t *prov_desc) argument
638 if ((mech_type = kcf_mech_hash_find(mech_name)) ==
H A Dkcf_cryptoadm.c872 uint_t pd_instance, crypto_mech_name_t mech_name)
898 if (strncmp(mech_name, &policy->pd_disabled_mechs[i][0],
871 is_mech_disabled_byname(crypto_provider_type_t prov_type, char *pd_name, uint_t pd_instance, crypto_mech_name_t mech_name) argument
/illumos-gate/usr/src/lib/gss_mechs/mech_spnego/mech/
H A DgssapiP_spnego.h79 gss_name_t mech_name; member in struct:__anon2545
H A Dspnego_mech.c1397 /* No need to free mech_name. */
1398 const char *mech_name = __gss_oid_to_mech(mech_oid); local
1421 if (strlcat(buf, mech_name ? mech_name : mech_no_map,
/illumos-gate/usr/src/uts/common/gssapi/include/
H A DmechglueP.h83 gss_name_t mech_name; member in struct:gss_name_struct

Completed in 98 milliseconds

12