Searched defs:mechs (Results 1 - 9 of 9) sorted by relevance
| /osnet-11/usr/src/lib/gss_mechs/mech_krb5/mech/ |
| H A D | inq_cred.c | 93 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 D | s4u_gss_glue.c | 69 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/libgss/ |
| H A D | g_acquire_cred_with_pw.c | 104 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 D | g_acquire_cred.c | 150 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_dh/backend/mech/ |
| H A D | cred.c | 37 * 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/dhkeys/ |
| H A D | dhkeys.c | 209 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/libldap5/sources/ldap/common/ |
| H A D | sasl.c | 649 const char *mechs, unsigned flags, 706 mechs, 648 nsldapi_sasl_do_bind( LDAP *ld, const char *dn, const char *mechs, unsigned flags, LDAP_SASL_INTERACT_PROC *callback, void *defaults, LDAPControl **sctrl, LDAPControl **cctrl ) argument
|
| /osnet-11/usr/src/lib/libnsl/nis/gen/ |
| H A D | nis_sec_mechs.c | 545 * '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_spnego/mech/ |
| H A D | spnego_mech.c | 438 * If the user did not specify a list of mechs, 440 * mechs for which creds are available. 450 * gss_acquire_creds will return the subset of mechs for 672 * Use the list of mechs included in the cred that we 1393 * Select the best match between the list of mechs 1426 * Input an OID set of mechs and output a string like so: 1546 * Select the best match between the list of mechs 1701 * If both mechs are kerb, we are done. 2790 * Can't use gss_indicate_mechs by itself to get available mechs for 2794 * all available mechs excep 2809 gss_OID_set mechs, goodmechs; local [all...] |
Completed in 56 milliseconds