HomeSort by relevance Sort by last modified time
    Searched defs:input_cred_handle (Results 1 - 3 of 3) sorted by null

  /onnv/onnv-gate/usr/src/lib/libgss/
g_init_sec_context.c 110 gss_cred_id_t input_cred_handle; local
185 input_cred_handle = __gss_get_mechanism_cred(union_cred, mech_type);
194 input_cred_handle,
g_accept_sec_context.c 113 gss_cred_id_t input_cred_handle = GSS_C_NO_CREDENTIAL; local
180 input_cred_handle = __gss_get_mechanism_cred(union_cred,
194 input_cred_handle,
  /onnv/onnv-gate/usr/src/cmd/gss/gssd/
gssd_proc.c 539 gss_cred_id_t input_cred_handle; local
615 input_cred_handle =
616 (argp->input_cred_handle.GSS_CRED_ID_T_len == 0 ?
619 *((gss_cred_id_t *)argp->input_cred_handle.
622 if (input_cred_handle != GSS_C_NO_CREDENTIAL)
623 /* verify the input_cred_handle */
633 input_cred_handle,
    [all...]

Completed in 120 milliseconds