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

12

/opensolaris-onvv-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.c562 union_name->mech_name = internal_name;
/opensolaris-onvv-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...]
/opensolaris-onvv-gate/usr/src/uts/common/gssapi/
H A Dgss_import_name.c72 union_name->mech_name = 0;
/opensolaris-onvv-gate/usr/src/lib/libsasl/lib/
H A Dserver.c217 "%s: set secret for %s", m->plug->mech_name, user);
225 "%s: secret not changed for %s", m->plug->mech_name, user);
230 m->plug->mech_name, user, tmpresult,
468 /* Check plugins to make sure mech_name is non-NULL */
470 if (pluglist[lupe].mech_name == NULL)
488 if (!load_mech(gctx, pluglist->mech_name)) {
903 plugin-file WS mech_name WS max_ssf *(WS security_flag) RET
909 /* grab mech_name */
910 nplug->mech_name = grab_field(ptr, &ptr);
932 nplug->mech_name,
[all...]
H A Dclient.c278 /* Check plugins to make sure mech_name is non-NULL */
280 if (pluglist[lupe].mech_name == NULL)
835 if (strcasecmp(m->plug->mech_name, name))
885 if (strcasecmp(m->plug->mech_name, PREFER_MECH) &&
891 if (strcasecmp(m->plug->mech_name, PREFER_MECH) &&
950 *mech = m->plug->mech_name;
1137 result += strlen(listptr->plug->mech_name);
1265 strcat(conn->mechlist_buf, m->plug->mech_name);
1311 next->d = listptr->plug->mech_name;
/opensolaris-onvv-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;
/opensolaris-onvv-gate/usr/src/cmd/cmd-crypto/cryptoadm/
H A Dadm_uef.c197 const char *mech_name; local
470 mech_name = pkcs11_mech2str(mech);
471 (void) printf("%-29s", mech_name);
966 const char *mech_name; local
990 mech_name = pkcs11_mech2str(
992 if (mech_name == NULL) {
995 (void) printf("%s", mech_name);
1021 mech_name = pkcs11_mech2str(mech_id);
1022 if (mech_name == NULL) {
1025 (void) printf("%s", mech_name);
[all...]
/opensolaris-onvv-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
/opensolaris-onvv-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
/opensolaris-onvv-gate/usr/src/lib/gss_mechs/mech_spnego/mech/
H A DgssapiP_spnego.h79 gss_name_t mech_name; member in struct:__anon2778
/opensolaris-onvv-gate/usr/src/cmd/ssh/libssh/common/
H A Dssh-gss.c691 void *mech_name; member in struct:gss_name
/opensolaris-onvv-gate/usr/src/uts/common/gssapi/include/
H A DmechglueP.h83 gss_name_t mech_name; member in struct:gss_name_struct

Completed in 262 milliseconds

12