authenticator 39 source3/libsmb/clikrb5.c krb5_data *authenticator);
authenticator 1849 source3/libsmb/clikrb5.c krb5_data *authenticator)
authenticator 1857 source3/libsmb/clikrb5.c ZERO_STRUCTP(authenticator);
authenticator 1919 source3/libsmb/clikrb5.c authenticator->length = fwdData.length + GSSAPI_CHECKSUM_SIZE;
authenticator 1922 source3/libsmb/clikrb5.c authenticator->data = (char *)pChksum;
authenticator 325 source4/heimdal/kdc/kx509.c &req->authenticator,
authenticator 464 source4/heimdal/lib/gssapi/krb5/accept_sec_context.c krb5_authenticator authenticator;
authenticator 468 source4/heimdal/lib/gssapi/krb5/accept_sec_context.c &authenticator);
authenticator 475 source4/heimdal/lib/gssapi/krb5/accept_sec_context.c if (authenticator->cksum->cksumtype == CKSUMTYPE_GSSAPI) {
authenticator 478 source4/heimdal/lib/gssapi/krb5/accept_sec_context.c authenticator->cksum,
authenticator 482 source4/heimdal/lib/gssapi/krb5/accept_sec_context.c krb5_free_authenticator(context, &authenticator);
authenticator 493 source4/heimdal/lib/gssapi/krb5/accept_sec_context.c krb5_free_authenticator(context, &authenticator);
authenticator 507 source4/heimdal/lib/gssapi/krb5/accept_sec_context.c authenticator->cksum);
authenticator 508 source4/heimdal/lib/gssapi/krb5/accept_sec_context.c krb5_free_authenticator(context, &authenticator);
authenticator 497 source4/heimdal/lib/gssapi/krb5/init_sec_context.c krb5_data authenticator;
authenticator 616 source4/heimdal/lib/gssapi/krb5/init_sec_context.c &authenticator,
authenticator 631 source4/heimdal/lib/gssapi/krb5/init_sec_context.c authenticator,
authenticator 50 source4/heimdal/lib/krb5/auth_context.c ALLOC(p->authenticator, 1);
authenticator 51 source4/heimdal/lib/krb5/auth_context.c if (!p->authenticator) {
authenticator 56 source4/heimdal/lib/krb5/auth_context.c memset (p->authenticator, 0, sizeof(*p->authenticator));
authenticator 74 source4/heimdal/lib/krb5/auth_context.c krb5_free_authenticator(context, &auth_context->authenticator);
authenticator 451 source4/heimdal/lib/krb5/auth_context.c krb5_authenticator *authenticator)
authenticator 453 source4/heimdal/lib/krb5/auth_context.c *authenticator = malloc(sizeof(**authenticator));
authenticator 454 source4/heimdal/lib/krb5/auth_context.c if (*authenticator == NULL) {
authenticator 459 source4/heimdal/lib/krb5/auth_context.c copy_Authenticator(auth_context->authenticator,
authenticator 460 source4/heimdal/lib/krb5/auth_context.c *authenticator);
authenticator 467 source4/heimdal/lib/krb5/auth_context.c krb5_authenticator *authenticator)
authenticator 469 source4/heimdal/lib/krb5/auth_context.c free_Authenticator (*authenticator);
authenticator 470 source4/heimdal/lib/krb5/auth_context.c free (*authenticator);
authenticator 471 source4/heimdal/lib/krb5/auth_context.c *authenticator = NULL;
authenticator 43 source4/heimdal/lib/krb5/build_ap_req.c krb5_data authenticator,
authenticator 65 source4/heimdal/lib/krb5/build_ap_req.c ap.authenticator.etype = enctype;
authenticator 66 source4/heimdal/lib/krb5/build_ap_req.c ap.authenticator.kvno = NULL;
authenticator 67 source4/heimdal/lib/krb5/build_ap_req.c ap.authenticator.cipher = authenticator;
authenticator 163 source4/heimdal/lib/krb5/build_auth.c auth_context->authenticator->ctime = auth->ctime;
authenticator 164 source4/heimdal/lib/krb5/build_auth.c auth_context->authenticator->cusec = auth->cusec;
authenticator 560 source4/heimdal/lib/krb5/krb5.h krb5_authenticator authenticator;
authenticator 56 source4/heimdal/lib/krb5/mk_rep.c body.ctime = auth_context->authenticator->ctime;
authenticator 57 source4/heimdal/lib/krb5/mk_rep.c body.cusec = auth_context->authenticator->cusec;
authenticator 49 source4/heimdal/lib/krb5/mk_req_ext.c krb5_data authenticator;
authenticator 134 source4/heimdal/lib/krb5/mk_req_ext.c &authenticator,
authenticator 142 source4/heimdal/lib/krb5/mk_req_ext.c in_creds, ap_req_options, authenticator, outbuf);
authenticator 94 source4/heimdal/lib/krb5/rd_rep.c if ((*repl)->ctime != auth_context->authenticator->ctime ||
authenticator 95 source4/heimdal/lib/krb5/rd_rep.c (*repl)->cusec != auth_context->authenticator->cusec)
authenticator 71 source4/heimdal/lib/krb5/rd_req.c Authenticator *authenticator,
authenticator 99 source4/heimdal/lib/krb5/rd_req.c authenticator, &len);
authenticator 181 source4/heimdal/lib/krb5/rd_req.c ad = auth_context->authenticator->authorization_data;
authenticator 276 source4/heimdal/lib/krb5/rd_req.c krb5_authenticator authenticator;
authenticator 281 source4/heimdal/lib/krb5/rd_req.c &authenticator);
authenticator 284 source4/heimdal/lib/krb5/rd_req.c if(authenticator->cksum == NULL) {
authenticator 285 source4/heimdal/lib/krb5/rd_req.c krb5_free_authenticator(context, &authenticator);
authenticator 290 source4/heimdal/lib/krb5/rd_req.c krb5_free_authenticator(context, &authenticator);
authenticator 301 source4/heimdal/lib/krb5/rd_req.c authenticator->cksum);
authenticator 304 source4/heimdal/lib/krb5/rd_req.c krb5_free_authenticator(context, &authenticator);
authenticator 394 source4/heimdal/lib/krb5/rd_req.c &ap_req->authenticator,
authenticator 395 source4/heimdal/lib/krb5/rd_req.c ac->authenticator,
authenticator 406 source4/heimdal/lib/krb5/rd_req.c ac->authenticator->cname,
authenticator 407 source4/heimdal/lib/krb5/rd_req.c ac->authenticator->crealm);
authenticator 440 source4/heimdal/lib/krb5/rd_req.c if (abs(ac->authenticator->ctime - now) > context->max_skew) {
authenticator 447 source4/heimdal/lib/krb5/rd_req.c if (ac->authenticator->seq_number)
authenticator 449 source4/heimdal/lib/krb5/rd_req.c *ac->authenticator->seq_number);
authenticator 453 source4/heimdal/lib/krb5/rd_req.c if (ac->authenticator->subkey) {
authenticator 455 source4/heimdal/lib/krb5/rd_req.c ac->authenticator->subkey);