/illumos-gate/usr/src/lib/libgss/ |
H A D | g_canon_name.c | 115 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 D | g_compare_name.c | 115 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 D | g_dup_name.c | 94 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 D | g_imp_name.c | 106 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 D | g_init_sec_context.c | 147 internal_name = union_name->mech_name; 224 if (union_name->mech_name == NULL || 225 union_name->mech_name != internal_name) {
|
H A D | g_export_name.c | 75 union_name->mech_name, exported_name);
|
H A D | g_rel_name.c | 74 &union_name->mech_name);
|
H A D | g_dsp_name.c | 101 union_name->mech_name,
|
H A D | g_userok.c | 121 mechName = intName->mech_name; in __gss_userok()
|
H A D | gssd_pname_to_uid.c | 541 mechName = intName->mech_name; 547 if (intName->mech_name != mechName)
|
H A D | g_acquire_cred_with_pw.c | 303 internal_name = union_name->mech_name;
|
H A D | g_acquire_cred.c | 404 internal_name = union_name->mech_name;
|
H A D | g_glue.c | 565 union_name->mech_name = internal_name;
|
/illumos-gate/usr/src/uts/common/crypto/api/ |
H A D | kcf_miscapi.c | 121 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 D | server.c | 216 "%s: set secret for %s", m->plug->mech_name, user); in sasl_setpass() 224 "%s: secret not changed for %s", m->plug->mech_name, user); in sasl_setpass() 229 m->plug->mech_name, user, tmpresult, in sasl_setpass() 461 if (pluglist[lupe].mech_name == NULL) 479 if (!load_mech(gctx, pluglist->mech_name)) { 897 nplug->mech_name = grab_field(ptr, &ptr); 919 nplug->mech_name, t); 1452 if (((size_t) (cp - mlist) == strlen(plug->mech_name)) && 1453 !strncasecmp(mlist, plug->mech_name, 1454 strlen(plug->mech_name))) { [all …]
|
H A D | client.c | 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 D | ipsecalgs.c | 58 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 D | adm_uef.c | 201 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 D | parser_runner.c | 307 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 D | saslplug.h | 347 const char *mech_name; member 574 const char *mech_name; member
|
/illumos-gate/usr/src/uts/common/gssapi/ |
H A D | gss_import_name.c | 70 union_name->mech_name = 0; in gss_import_name()
|
/illumos-gate/usr/src/uts/common/crypto/core/ |
H A D | kcf_mech_tabs.c | 631 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 D | kcf_cryptoadm.c | 881 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 D | gssapiP_spnego.h | 79 gss_name_t mech_name; member
|
/illumos-gate/usr/src/uts/common/gssapi/include/ |
H A D | mechglueP.h | 83 gss_name_t mech_name; member
|