Home
last modified time | relevance | path

Searched refs:actual_mech_type (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/libgss/
H A Dg_init_sec_context.c39 gss_OID *actual_mech_type, in val_init_sec_ctx_args() argument
48 if (actual_mech_type != NULL) in val_init_sec_ctx_args()
49 *actual_mech_type = GSS_C_NO_OID; in val_init_sec_ctx_args()
83 actual_mech_type, in gss_init_sec_context() argument
97 gss_OID * actual_mech_type;
115 actual_mech_type,
202 actual_mech_type,
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dinit_sec_context.c474 gss_OID *actual_mech_type, in new_connection() argument
629 if (actual_mech_type) in new_connection()
630 *actual_mech_type = mech_type; in new_connection()
681 gss_OID *actual_mech_type, in mutual_auth() argument
843 if (actual_mech_type) in mutual_auth()
844 *actual_mech_type = mech_type; in mutual_auth()
873 gss_OID *actual_mech_type;
906 if (actual_mech_type)
907 *actual_mech_type = NULL;
1006 input_token, actual_mech_type,
[all …]
H A Dkrb5_gss_glue.c785 input_chan_bindings, input_token, actual_mech_type, in k5glue_init_sec_context() argument
797 gss_OID *actual_mech_type;
806 actual_mech_type, output_token, ret_flags,
/illumos-gate/usr/src/uts/common/gssapi/
H A Dgssd_clnt_stubs.c621 gss_OID *actual_mech_type, in kgss_init_sec_context_wrapped() argument
741 if (actual_mech_type != NULL) in kgss_init_sec_context_wrapped()
742 *actual_mech_type = NULL; in kgss_init_sec_context_wrapped()
785 if (actual_mech_type != NULL) { in kgss_init_sec_context_wrapped()
786 *actual_mech_type = in kgss_init_sec_context_wrapped()
788 (*actual_mech_type)->length = in kgss_init_sec_context_wrapped()
790 (*actual_mech_type)->elements = in kgss_init_sec_context_wrapped()
848 gss_OID *actual_mech_type, in kgss_init_sec_context() argument
889 if (actual_mech_type == NULL) in kgss_init_sec_context()
890 actual_mech_type = &amt; in kgss_init_sec_context()
[all …]
H A Dgssd.x150 GSS_OID actual_mech_type; /* actual mechanism used */ member
/illumos-gate/usr/src/cmd/gss/gssd/
H A Dgssd_proc.c843 gss_OID actual_mech_type; local
894 res->actual_mech_type.GSS_OID_len = 0;
910 res->actual_mech_type.GSS_OID_len = 0;
1013 &actual_mech_type,
1057 res->actual_mech_type.GSS_OID_len =
1058 (uint_t)actual_mech_type->length;
1059 res->actual_mech_type.GSS_OID_val =
1067 (char *)actual_mech_type->elements,
1068 actual_mech_type->length);
1070 res->actual_mech_type.GSS_OID_len = 0;
[all …]
H A Dgssd_clnt_stubs.c566 actual_mech_type, in kgss_init_sec_context_wrapped() argument
582 gss_OID *actual_mech_type;
686 if (actual_mech_type != NULL)
687 *actual_mech_type = NULL;
739 if (actual_mech_type != NULL) {
740 *actual_mech_type = (gss_OID)
743 res.actual_mech_type.GSS_OID_len;
745 MALLOC((*actual_mech_type)->length);
747 res.actual_mech_type.GSS_OID_val,
748 (*actual_mech_type)->length);
[all …]
H A Dgssdtest.c784 gss_OID actual_mech_type; local
879 &actual_mech_type,
913 if ((string = gss_oid2str(actual_mech_type)) == 0) {
929 FREE(string, (actual_mech_type->length+1)*4+1);
973 FREE(actual_mech_type->elements, actual_mech_type->length);
974 FREE(actual_mech_type, sizeof (gss_OID_desc));
/illumos-gate/usr/src/lib/gss_mechs/mech_dummy/mech/
H A Ddmech.c252 input_token, actual_mech_type, output_token, in dummy_gss_init_sec_context() argument
264 gss_OID *actual_mech_type;
279 if (actual_mech_type)
280 *actual_mech_type = NULL;
354 if (actual_mech_type)
355 *actual_mech_type = (gss_OID) gss_mech_dummy;
/illumos-gate/usr/src/lib/rpcsec_gss/
H A Drpcsec_gss.c246 rpc_gss_seccreate_pvt(gssstat, minor_stat, auth, ap, actual_mech_type, in rpc_gss_seccreate_pvt() argument
252 gss_OID *actual_mech_type;
306 actual_mech_type,
/illumos-gate/usr/src/uts/common/rpc/sec_gss/
H A Drpcsec_gss.c562 actual_mech_type, ret_flags, time_rec, cr, isrefresh) in rpc_gss_seccreate_pvt() argument
568 gss_OID *actual_mech_type;
622 actual_mech_type,
818 isrefresh ? GSS_C_NULL_OID : *actual_mech_type,