Searched refs:ppcreds (Results 1 – 1 of 1) sorted by relevance
40 krb5_data *psectkt, krb5_creds **ppcreds) in kdcrep2creds() argument45 if ((*ppcreds = (krb5_creds *)calloc(1,sizeof(krb5_creds))) == NULL) { in kdcrep2creds()50 &(*ppcreds)->client))) in kdcrep2creds()54 &(*ppcreds)->server))) in kdcrep2creds()59 &(*ppcreds)->keyblock))) in kdcrep2creds()61 TRACE_TGS_REPLY(context, (*ppcreds)->client, (*ppcreds)->server, in kdcrep2creds()62 &(*ppcreds)->keyblock); in kdcrep2creds()66 (*ppcreds)->second_ticket = *pdata; in kdcrep2creds()69 (*ppcreds)->ticket_flags = pkdcrep->enc_part2->flags; in kdcrep2creds()70 (*ppcreds)->times = pkdcrep->enc_part2->times; in kdcrep2creds()[all …]