Home
last modified time | relevance | path

Searched refs:mech_name (Results 1 – 25 of 29) sorted by relevance

12

/illumos-gate/usr/src/lib/libgss/
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_dup_name.c94 dest_union->mech_name = 0; in gss_duplicate_name()
124 dest_union->mech_type, dest_union, &dest_union->mech_name); in gss_duplicate_name()
143 if (dest_union->mech_name) { in gss_duplicate_name()
145 dest_union->mech_type, &dest_union->mech_name); in gss_duplicate_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_export_name.c75 union_name->mech_name, exported_name);
H A Dg_rel_name.c74 &union_name->mech_name);
H A Dg_dsp_name.c101 union_name->mech_name,
H A Dg_userok.c121 mechName = intName->mech_name; in __gss_userok()
H A Dgssd_pname_to_uid.c541 mechName = intName->mech_name;
547 if (intName->mech_name != mechName)
H A Dg_acquire_cred_with_pw.c303 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; in crypto_get_mech_list() local
172 mech_name = (char *)tmp_mech_name_tab; in crypto_get_mech_list()
173 end = mech_name + n; in crypto_get_mech_list()
184 if ((mech_name + CRYPTO_MAX_MECH_NAME) > end) { in crypto_get_mech_list()
190 (void) strncpy(mech_name, me->me_name, in crypto_get_mech_list()
193 mech_name += CRYPTO_MAX_MECH_NAME; in crypto_get_mech_list()
230 mech_name); in crypto_get_mech_list()
231 if ((mech_name + CRYPTO_MAX_MECH_NAME) > end) { in crypto_get_mech_list()
239 mech_name += CRYPTO_MAX_MECH_NAME; in crypto_get_mech_list()
251 ASSERT(mech_name <= end); in crypto_get_mech_list()
[all …]
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dserver.c229 m->plug->mech_name, user, tmpresult, in sasl_setpass()
461 if (pluglist[lupe].mech_name == NULL)
897 nplug->mech_name = grab_field(ptr, &ptr);
919 nplug->mech_name, t);
1454 strlen(plug->mech_name))) {
1613 plug->mech_name);
1617 plug->mech_name);
1778 if (!strcasecmp(pluglist[l].mech_name,
1779 m->plug->mech_name)) break;
1791 pluglist[l].mech_name);
[all …]
H A Dclient.c271 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; in list_kernel_algs() local
526 mech_name = (char *)(attr + 1); in list_kernel_algs()
527 bcopy(mech_name, alg.a_mech_name, attr->spd_attr_value); in list_kernel_algs()
596 if (mech_name == NULL) { in new_alg()
603 newbie.a_mech_name = mech_name; in new_alg()
1120 if (mech_name != NULL) in main()
1122 mech_name = optarg; in main()
/illumos-gate/usr/src/cmd/cmd-crypto/cryptoadm/
H A Dadm_uef.c201 const char *mech_name; in list_mechlist_for_lib() local
474 mech_name = pkcs11_mech2str(mech); in list_mechlist_for_lib()
475 (void) printf("%-29s", mech_name); in list_mechlist_for_lib()
970 const char *mech_name; in display_policy() local
994 mech_name = pkcs11_mech2str( in display_policy()
996 if (mech_name == NULL) { in display_policy()
999 (void) printf("%s", mech_name); in display_policy()
1025 mech_name = pkcs11_mech2str(mech_id); in display_policy()
1026 if (mech_name == NULL) { in display_policy()
1029 (void) printf("%s", mech_name); in display_policy()
/illumos-gate/usr/src/test/crypto-tests/tests/digest/
H A Dparser_runner.c307 digest_runner(char *mech_name, const char *input_file, size_t digest_len) in digest_runner() argument
317 .mechname = mech_name, in digest_runner()
/illumos-gate/usr/src/lib/libsasl/include/
H A Dsaslplug.h347 const char *mech_name; member
574 const char *mech_name; member
/illumos-gate/usr/src/uts/common/gssapi/
H A Dgss_import_name.c70 union_name->mech_name = 0; in gss_import_name()
/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_mech_tabs.c631 kcf_remove_mech_provider(char *mech_name, kcf_provider_desc_t *prov_desc) in kcf_remove_mech_provider() argument
642 if ((mech_type = kcf_mech_hash_find(mech_name)) == in kcf_remove_mech_provider()
H A Dkcf_cryptoadm.c881 uint_t pd_instance, crypto_mech_name_t mech_name) in is_mech_disabled_byname() argument
907 if (strncmp(mech_name, &policy->pd_disabled_mechs[i][0], in is_mech_disabled_byname()
/illumos-gate/usr/src/lib/gss_mechs/mech_spnego/mech/
H A DgssapiP_spnego.h79 gss_name_t mech_name; member
/illumos-gate/usr/src/uts/common/gssapi/include/
H A DmechglueP.h83 gss_name_t mech_name; member

12