| /src/crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/ |
| context_time.c | 41 OM_uint32 * time_rec 44 if (time_rec) 45 *time_rec = GSS_C_INDEFINITE;
|
| acquire_cred.c | 46 OM_uint32 *time_rec) 57 if (time_rec) 58 *time_rec = GSS_C_INDEFINITE;
|
| accept_sec_context.c | 80 OM_uint32 * time_rec, 106 if (time_rec) 107 *time_rec = 0; 259 if (time_rec) 260 *time_rec = GSS_C_INDEFINITE;
|
| ntlm-private.h | 23 OM_uint32 * /*time_rec*/, 35 OM_uint32 */*time_rec*/); 74 OM_uint32 * time_rec ); 166 OM_uint32 * time_rec );
|
| init_sec_context.c | 269 OM_uint32 * time_rec 279 if (time_rec) 280 *time_rec = 0; 533 if (time_rec) 534 *time_rec = GSS_C_INDEFINITE;
|
| /src/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/ |
| test_acquire_cred.c | 40 print_time(OM_uint32 time_rec) 42 if (time_rec == GSS_C_INDEFINITE) { 45 time_t t = time_rec + time(NULL); 55 OM_uint32 time_rec; local 66 &time_rec, 72 print_time(time_rec); 85 OM_uint32 time_rec; local 94 &time_rec); 98 print_time(time_rec); 115 OM_uint32 time_rec; local [all...] |
| context_time.c | 71 OM_uint32 * time_rec 86 endtime, time_rec); 92 if (*time_rec == 0)
|
| init_sec_context.c | 213 OM_uint32 * time_rec) 270 if (time_rec) *time_rec = lifetime_rec; 391 OM_uint32 * time_rec 433 ctx, name, time_req, time_rec); 492 OM_uint32 * time_rec 737 OM_uint32 * time_rec 804 if (time_rec) 808 time_rec); 860 OM_uint32 * time_rec [all...] |
| accept_sec_context.c | 360 OM_uint32 * time_rec, 660 if (time_rec) { 664 time_rec); 706 OM_uint32 * time_rec, 790 if (time_rec) *time_rec = lifetime_rec; 869 OM_uint32 * time_rec, 918 time_rec, 932 time_rec,
|
| gsskrb5-private.h | 324 OM_uint32 * /*time_rec*/, 336 OM_uint32 * time_rec ); 398 OM_uint32 * time_rec ); 566 OM_uint32 * time_rec );
|
| acquire_cred.c | 440 OM_uint32 * time_rec 471 NULL, time_rec, NULL, actual_mechs);
|
| /src/crypto/external/bsd/heimdal/dist/lib/gssapi/mech/ |
| gss_context_time.c | 36 OM_uint32 *time_rec) 41 return (m->gm_context_time(minor_status, ctx->gc_ctx, time_rec));
|
| gss_acquire_cred.c | 41 OM_uint32 *time_rec) 58 if (time_rec) 59 *time_rec = 0; 165 if (time_rec) 166 *time_rec = min_time;
|
| gss_acquire_cred_with_password.c | 46 OM_uint32 *time_rec) 106 if (actual_mechs != NULL || time_rec != NULL) { 110 time_rec,
|
| gss_add_cred_with_password.c | 130 OM_uint32 time_rec; local 135 &time_rec, 144 *initiator_time_rec = time_rec; 147 *acceptor_time_rec = time_rec;
|
| gss_init_sec_context.c | 100 * @param time_rec amount of time this context is valid for 123 OM_uint32 * time_rec) 141 if (time_rec) 142 *time_rec = 0; 208 time_rec);
|
| gss_accept_sec_context.c | 156 OM_uint32 *time_rec, 175 if (time_rec) 176 *time_rec = 0; 237 time_rec,
|
| /src/crypto/external/bsd/heimdal/dist/lib/gssapi/ |
| test_acquire_cred.c | 54 print_time(OM_uint32 time_rec) 56 if (time_rec == GSS_C_INDEFINITE) { 59 time_t t = time_rec + time(NULL); 71 OM_uint32 time_rec; 82 &time_rec, 88 print_time(time_rec); 101 OM_uint32 time_rec; 110 &time_rec); 114 print_time(time_rec); 135 OM_uint32 time_rec; local [all...] |
| /src/crypto/external/bsd/heimdal/dist/lib/gssapi/spnego/ |
| init_sec_context.c | 193 OM_uint32 * time_rec 366 if (time_rec) 367 *time_rec = ctx->mech_time_rec; 390 OM_uint32 * time_rec 609 if (time_rec) 610 *time_rec = ctx->mech_time_rec; 630 OM_uint32 * time_rec 646 time_rec); 660 time_rec);
|
| spnego-private.h | 23 OM_uint32 * /*time_rec*/, 35 OM_uint32 * time_rec ); 60 OM_uint32 *time_rec ); 150 OM_uint32 * time_rec );
|
| accept_sec_context.c | 482 OM_uint32 * time_rec, 675 if (time_rec != NULL) 676 *time_rec = ctx->mech_time_rec; 701 OM_uint32 * time_rec, 863 if (time_rec != NULL) 864 *time_rec = ctx->mech_time_rec; 888 OM_uint32 * time_rec, 905 if (time_rec != NULL) 906 *time_rec = 0; 920 time_rec, delegated_cred_handle) [all...] |
| cred_stubs.c | 67 OM_uint32 * time_rec 115 actual_mechs, time_rec);
|
| /src/crypto/external/bsd/heimdal/include/ |
| ntlm-private.h | 21 OM_uint32 * /*time_rec*/, 33 OM_uint32 */*time_rec*/); 72 OM_uint32 * time_rec ); 164 OM_uint32 * time_rec );
|
| spnego-private.h | 21 OM_uint32 * /*time_rec*/, 33 OM_uint32 * time_rec ); 58 OM_uint32 *time_rec ); 148 OM_uint32 * time_rec );
|
| gsskrb5-private.h | 321 OM_uint32 * /*time_rec*/, 333 OM_uint32 * time_rec ); 395 OM_uint32 * time_rec ); 563 OM_uint32 * time_rec );
|