Home
last modified time | relevance | path

Searched refs:adtkt (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/crypto/heimdal/kdc/
Dkrb5tgs.c1505 EncTicketPart adtkt; in tgs_build_reply() local
1514 memset(&adtkt, 0, sizeof(adtkt)); in tgs_build_reply()
1563 ret = krb5_decrypt_ticket(context, t, &uukey->key, &adtkt, 0); in tgs_build_reply()
1568 ret = verify_flags(context, config, &adtkt, spn); in tgs_build_reply()
1572 s = &adtkt.cname; in tgs_build_reply()
1573 r = adtkt.crealm; in tgs_build_reply()
1685 ekey = &adtkt.key; in tgs_build_reply()
1687 if (b->etype.val[i] == adtkt.key.keytype) in tgs_build_reply()
2038 ret = krb5_decrypt_ticket(context, t, &clientkey->key, &adtkt, 0); in tgs_build_reply()
2048 adtkt.cname, in tgs_build_reply()
[all …]
/freebsd-10-stable/crypto/heimdal/
DChangeLog.2006864 * kdc/krb5tgs.c: Check the adtkt in the constrained delegation