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

12

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/
H A Dinc.flg8 find_files "s.*" usr/src/uts/common/gssapi/mechs/krb5
H A DMakefile.com269 -I$(SRC)/uts/common/gssapi/mechs/krb5/include \
270 -I$(SRC)/uts/common/gssapi/mechs/krb5/crypto/des \
353 objs/%.o pics/%.o: $(SRC)/uts/common/gssapi/mechs/krb5/mech/%.c
361 objs/%.o pics/%.o: $(SRC)/uts/common/gssapi/mechs/krb5/crypto/%.c
373 objs/%.o pics/%.o: $(SRC)/uts/common/gssapi/mechs/krb5/crypto/des/%.c
381 objs/%.o pics/%.o: $(SRC)/uts/common/gssapi/mechs/krb5/crypto/arcfour/%.c
393 objs/%.o pics/%.o: $(SRC)/uts/common/gssapi/mechs/krb5/crypto/dk/%.c
401 objs/%.o pics/%.o: $(SRC)/uts/common/gssapi/mechs/krb5/crypto/raw/%.c
405 objs/%.o pics/%.o: $(SRC)/uts/common/gssapi/mechs/krb5/crypto/crc32/%.c
413 objs/%.o pics/%.o: $(SRC)/uts/common/gssapi/mechs/krb
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dinq_cred.c93 gss_OID_set mechs = NULL; local
163 &mechs)) ||
167 &mechs))) ||
171 &mechs)))) {
174 if (mechs != NULL) {
175 if (mechs->elements != NULL)
176 free(mechs->elements);
177 free(mechs);
201 *mechanisms = mechs;
H A Ds4u_gss_glue.c69 gss_OID_set mechs; local
74 major_status = generic_gss_create_empty_oid_set(minor_status, &mechs);
81 &mechs);
83 generic_gss_release_oid_set(&minor, &mechs);
90 &mechs);
92 generic_gss_release_oid_set(&minor, &mechs);
97 *actual_mechs = mechs;
/osnet-11/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A Dcred.c37 * the optional set of supported mechs and actual time left on the credential.
43 * set of mechs to NULL.
51 gss_OID_set desired_mechs, /* Set of desired mechs */
54 gss_OID_set *mechs, /* The return set of mechs */
66 if (mechs)
67 *mechs = GSS_C_NO_OID_SET;
114 * If mechs set it to the set that contains the appropriate
117 if (mechs && (*minor = __OID_to_OID_set(mechs,
47 __dh_gss_acquire_cred( OM_uint32 *minor, gss_name_t principal, OM_uint32 expire_req, gss_OID_set desired_mechs, gss_cred_usage_t usage, gss_cred_id_t *cred, gss_OID_set *mechs, OM_uint32 *expire_rec ) argument
[all...]
/osnet-11/usr/src/lib/pam_modules/krb5/
H A Dinc.flg29 find_files "s.*.h" usr/src/uts/common/gssapi/mechs/krb5/include
H A DMakefile.com45 -I$(SRC)/uts/common/gssapi/mechs/krb5/include \
/osnet-11/usr/src/lib/pam_modules/krb5_migrate/
H A Dinc.flg29 find_files "s.*.h" usr/src/uts/common/gssapi/mechs/krb5/include
H A DMakefile.com37 -I$(SRC)/uts/common/gssapi/mechs/krb5/include \
/osnet-11/usr/src/lib/libnsl/nis/gen/
H A Dnis_sec_mechs.c545 * 'mechs' is the "master" list of valid mechanisms from
550 static mechanism_t **mechs = NULL; local
554 mechanism_t **tmechs = NULL; /* temp mechs */
555 mechanism_t **tmechs_no_dups = NULL; /* temp mechs sans dups */
569 if (mechs) {
571 __nis_release_mechanisms(mechs);
575 mechs = mechs_no_dups = NULL;
619 mechs = tmechs;
626 return (mechs ?
629 (void **)mechs)
845 mechanism_t **mechs; /* array of mechanisms */ local
1002 static mfent_t **mechs = NULL; /* master mechs list */ local
1056 mfent_t **mechs = mf_get_mechs(); local
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_dummy/
H A DMakefile.com43 -I$(SRC)/uts/common/gssapi/mechs/krb5/include \
/osnet-11/usr/src/lib/libgss/
H A Dg_acquire_cred_with_pw.c104 gss_OID_set mechs; local
141 mechs = &default_OID_set;
147 mechs = desired_mechs;
149 if (mechs->count == 0)
162 for (i = 0; i < mechs->count; i++) {
166 &mechs->elements[i],
201 * setup the actual mechs output parameter
H A Dg_acquire_cred.c150 gss_OID_set mechs; local
181 mechs = &default_OID_set;
187 mechs = desired_mechs;
189 if (mechs->count == NULL)
202 for (i = 0; i < mechs->count; i++) {
205 &mechs->elements[i],
239 * setup the actual mechs output parameter
/osnet-11/usr/src/lib/gss_mechs/mech_spnego/
H A DMakefile.com51 -I$(SRC)/uts/common/gssapi/mechs/krb5/include \
/osnet-11/usr/src/lib/krb5/ss/
H A DMakefile.com60 -I$(SRC)/uts/common/gssapi/mechs/krb5/include
/osnet-11/usr/src/lib/libkrb5/
H A DMakefile32 KRB5H = $(SRC)/uts/common/gssapi/mechs/krb5/include/krb5.h
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/
H A DMakefile.com65 -I$(SRC)/uts/common/gssapi/mechs/krb5/include
/osnet-11/usr/src/lib/krb5/plugins/kdb/ldap/
H A DMakefile.com57 -I$(SRC)/uts/common/gssapi/mechs/krb5/include
/osnet-11/usr/src/lib/krb5/plugins/preauth/encrypted_challenge/
H A DMakefile.com56 -I$(SRC)/uts/common/gssapi/mechs/krb5/include \
/osnet-11/usr/src/lib/krb5/plugins/preauth/pkinit/
H A DMakefile.com64 -I$(SRC)/uts/common/gssapi/mechs/krb5/include \
/osnet-11/usr/src/lib/pam_modules/dhkeys/
H A Ddhkeys.c209 mechanism_t **mechs; local
262 if (mechs = __nis_get_mechanisms(FALSE)) {
264 for (mpp = mechs; *mpp; mpp++) {
286 __nis_release_mechanisms(mechs);
290 * No usable mechs found in security congifuration file thus
294 syslog(LOG_DEBUG, "pam_dhkeys: no valid mechs "
/osnet-11/usr/src/lib/krb5/kadm5/clnt/
H A DMakefile.com74 -I$(SRC)/uts/common/gssapi/mechs/krb5/include \
/osnet-11/usr/src/lib/krb5/kadm5/srv/
H A DMakefile.com81 -I$(SRC)/uts/common/gssapi/mechs/krb5/include \
/osnet-11/usr/src/lib/krb5/kdb/
H A DMakefile.com84 -I$(SRC)/uts/common/gssapi/mechs/krb5/include
/osnet-11/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A DMakefile.com79 -I$(SRC)/uts/common/gssapi/mechs/krb5/include

Completed in 94 milliseconds

12