Searched refs:acceptor_time_req (Results 1 – 11 of 11) sorted by relevance
/illumos-gate/usr/src/lib/libgss/ |
H A D | g_acquire_cred.c | 270 OM_uint32 acceptor_time_req, in val_add_cred_args() argument 319 initiator_time_req, acceptor_time_req, in gss_add_cred() argument 328 OM_uint32 acceptor_time_req; 350 acceptor_time_req, 417 time_req = acceptor_time_req; 421 time_req = (acceptor_time_req > initiator_time_req) ? 422 acceptor_time_req : initiator_time_req;
|
H A D | g_acquire_cred_with_pw.c | 226 acceptor_time_req, output_cred_handle, in gss_add_cred_with_password() argument 236 OM_uint32 acceptor_time_req; 313 time_req = acceptor_time_req; 317 time_req = (acceptor_time_req > initiator_time_req) ? 318 acceptor_time_req : initiator_time_req;
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/ |
H A D | add_cred.c | 70 initiator_time_req, acceptor_time_req, in krb5_gss_add_cred() argument 79 OM_uint32 acceptor_time_req;
|
H A D | krb5_gss_glue.c | 600 cred_usage, initiator_time_req, acceptor_time_req, in k5glue_add_cred() argument 610 OM_uint32 acceptor_time_req; 618 acceptor_time_req, output_cred_handle,
|
/illumos-gate/usr/src/uts/common/gssapi/ |
H A D | gssapi_ext.h | 195 OM_uint32 acceptor_time_req,
|
H A D | gssd_clnt_stubs.c | 308 acceptor_time_req, in kgss_add_cred_wrapped() argument 320 int acceptor_time_req; 398 arg.acceptor_time_req = acceptor_time_req; 471 acceptor_time_req, in kgss_add_cred() argument 482 int acceptor_time_req; 502 cred_usage, initiator_time_req, acceptor_time_req,
|
H A D | gssd.x | 105 OM_UINT32 acceptor_time_req; /* context validity interval */ member
|
/illumos-gate/usr/src/cmd/gss/gssd/ |
H A D | gssd_clnt_stubs.c | 277 acceptor_time_req, in kgss_add_cred_wrapped() argument 289 int acceptor_time_req; 351 arg.acceptor_time_req = acceptor_time_req; 429 acceptor_time_req, in kgss_add_cred() argument 440 int acceptor_time_req; 460 cred_usage, initiator_time_req, acceptor_time_req,
|
H A D | gssdtest.c | 524 OM_uint32 acceptor_time_req; local 538 acceptor_time_req = (OM_uint32) 0; 601 acceptor_time_req, 642 acceptor_time_req,
|
H A D | gssd_proc.c | 694 argp->acceptor_time_req,
|
/illumos-gate/usr/src/lib/gss_mechs/mech_dummy/mech/ |
H A D | dmech.c | 933 initiator_time_req, acceptor_time_req, in dummy_gss_add_cred() argument 943 OM_uint32 acceptor_time_req;
|