Home
last modified time | relevance | path

Searched refs:acceptor_time_rec (Results 1 – 10 of 10) sorted by relevance

/src/crypto/heimdal/lib/gssapi/mech/
H A Dgss_add_cred_with_password.c43 OM_uint32 *acceptor_time_rec) in gss_add_cred_with_password() argument
57 if (acceptor_time_rec) in gss_add_cred_with_password()
58 *acceptor_time_rec = 0; in gss_add_cred_with_password()
127 if (actual_mechs || initiator_time_rec || acceptor_time_rec) { in gss_add_cred_with_password()
143 if (acceptor_time_rec && in gss_add_cred_with_password()
145 *acceptor_time_rec = time_rec; in gss_add_cred_with_password()
H A Dgss_add_cred.c84 OM_uint32 *acceptor_time_rec) in gss_add_cred() argument
99 if (acceptor_time_rec) in gss_add_cred()
100 *acceptor_time_rec = 0; in gss_add_cred()
172 acceptor_time_rec); in gss_add_cred()
/src/crypto/heimdal/lib/gssapi/ntlm/
H A Dadd_cred.c47 OM_uint32 *acceptor_time_rec) in _gss_ntlm_add_cred() argument
57 if (acceptor_time_rec) in _gss_ntlm_add_cred()
58 *acceptor_time_rec = 0; in _gss_ntlm_add_cred()
/src/crypto/krb5/src/lib/gssapi/mechglue/
H A Dg_acquire_cred.c240 OM_uint32 *acceptor_time_rec) in val_add_cred_args() argument
254 if (acceptor_time_rec != NULL) in val_add_cred_args()
255 *acceptor_time_rec = 0; in val_add_cred_args()
376 OM_uint32 *acceptor_time_rec) in gss_add_cred() argument
382 acceptor_time_rec); in gss_add_cred()
392 OM_uint32 *initiator_time_rec, OM_uint32 *acceptor_time_rec) in gss_add_cred_from() argument
417 acceptor_time_rec); in gss_add_cred_from()
489 if (initiator_time_rec != NULL || acceptor_time_rec != NULL) in gss_add_cred_from()
529 if (acceptor_time_rec) in gss_add_cred_from()
531 *acceptor_time_rec = time_rec; in gss_add_cred_from()
H A Dg_acquire_cred_with_pw.c236 OM_uint32 *acceptor_time_rec) in val_add_cred_pw_args() argument
250 if (acceptor_time_rec != NULL) in val_add_cred_pw_args()
251 *acceptor_time_rec = 0; in val_add_cred_pw_args()
307 OM_uint32 *acceptor_time_rec) in gss_add_cred_with_password() argument
333 acceptor_time_rec); in gss_add_cred_with_password()
423 if (acceptor_time_rec) in gss_add_cred_with_password()
425 *acceptor_time_rec = time_rec; in gss_add_cred_with_password()
H A Dg_acquire_cred_imp_name.c262 OM_uint32 *acceptor_time_rec) in val_add_cred_impersonate_name_args() argument
276 if (acceptor_time_rec != NULL) in val_add_cred_impersonate_name_args()
277 *acceptor_time_rec = 0; in val_add_cred_impersonate_name_args()
324 OM_uint32 *acceptor_time_rec) in gss_add_cred_impersonate_name() argument
351 acceptor_time_rec); in gss_add_cred_impersonate_name()
447 if (acceptor_time_rec) in gss_add_cred_impersonate_name()
449 *acceptor_time_rec = time_rec; in gss_add_cred_impersonate_name()
/src/lib/libgssapi/
H A Dgss_add_cred.c91 OM_uint32 *acceptor_time_rec) in gss_add_cred() argument
106 if (acceptor_time_rec) in gss_add_cred()
107 *acceptor_time_rec = 0; in gss_add_cred()
179 acceptor_time_rec); in gss_add_cred()
/src/kerberos5/lib/libgssapi_spnego/
H A Dfreebsd_compat.c70 OM_uint32 * acceptor_time_rec in _gss_spnego_add_cred() argument
83 acceptor_time_rec); in _gss_spnego_add_cred()
/src/crypto/heimdal/lib/gssapi/krb5/
H A Dadd_cred.c47 OM_uint32 *acceptor_time_rec) in _gsskrb5_add_cred() argument
213 if (acceptor_time_rec) in _gsskrb5_add_cred()
214 *acceptor_time_rec = lifetime; in _gsskrb5_add_cred()
/src/crypto/krb5/src/lib/gssapi/generic/
H A Dgssapi.hin642 OM_uint32 *); /* acceptor_time_rec */