Searched refs:acceptor_time_req (Results 1 – 10 of 10) sorted by relevance
| /src/crypto/heimdal/lib/gssapi/mech/ |
| H A D | gss_add_cred_with_password.c | 39 OM_uint32 acceptor_time_req, in gss_add_cred_with_password() argument 110 time_req = initiator_time_req > acceptor_time_req ? acceptor_time_req : initiator_time_req; in gss_add_cred_with_password() 114 time_req = acceptor_time_req; in gss_add_cred_with_password()
|
| H A D | gss_add_cred.c | 80 OM_uint32 acceptor_time_req, in gss_add_cred() argument 168 acceptor_time_req, in gss_add_cred()
|
| /src/crypto/krb5/src/lib/gssapi/mechglue/ |
| H A D | g_acquire_cred.c | 236 OM_uint32 acceptor_time_req, in val_add_cred_args() argument 374 OM_uint32 acceptor_time_req, gss_cred_id_t *output_cred_handle, in gss_add_cred() argument 380 acceptor_time_req, NULL, output_cred_handle, in gss_add_cred() 389 OM_uint32 acceptor_time_req, in gss_add_cred_from() argument 413 acceptor_time_req, in gss_add_cred_from() 473 time_req = acceptor_time_req; in gss_add_cred_from() 477 time_req = (acceptor_time_req > initiator_time_req) ? in gss_add_cred_from() 478 acceptor_time_req : initiator_time_req; in gss_add_cred_from()
|
| H A D | g_acquire_cred_with_pw.c | 232 OM_uint32 acceptor_time_req, in val_add_cred_pw_args() argument 303 OM_uint32 acceptor_time_req, in gss_add_cred_with_password() argument 329 acceptor_time_req, in gss_add_cred_with_password() 378 time_req = acceptor_time_req; in gss_add_cred_with_password() 382 time_req = (acceptor_time_req > initiator_time_req) ? in gss_add_cred_with_password() 383 acceptor_time_req : initiator_time_req; in gss_add_cred_with_password()
|
| H A D | g_acquire_cred_imp_name.c | 258 OM_uint32 acceptor_time_req, in val_add_cred_impersonate_name_args() argument 320 OM_uint32 acceptor_time_req, in gss_add_cred_impersonate_name() argument 347 acceptor_time_req, in gss_add_cred_impersonate_name() 402 time_req = acceptor_time_req; in gss_add_cred_impersonate_name() 406 time_req = (acceptor_time_req > initiator_time_req) ? in gss_add_cred_impersonate_name() 407 acceptor_time_req : initiator_time_req; in gss_add_cred_impersonate_name()
|
| /src/kerberos5/lib/libgssapi_spnego/ |
| H A D | freebsd_compat.c | 66 OM_uint32 acceptor_time_req, in _gss_spnego_add_cred() argument 79 acceptor_time_req, in _gss_spnego_add_cred()
|
| /src/lib/libgssapi/ |
| H A D | gss_add_cred.c | 87 OM_uint32 acceptor_time_req, in gss_add_cred() argument 175 acceptor_time_req, in gss_add_cred()
|
| /src/crypto/heimdal/lib/gssapi/ntlm/ |
| H A D | add_cred.c | 43 OM_uint32 acceptor_time_req, in _gss_ntlm_add_cred() argument
|
| /src/crypto/heimdal/lib/gssapi/krb5/ |
| H A D | add_cred.c | 43 OM_uint32 acceptor_time_req, in _gsskrb5_add_cred() argument
|
| /src/crypto/krb5/src/lib/gssapi/generic/ |
| H A D | gssapi.hin | 638 OM_uint32, /* acceptor_time_req */
|