Home
last modified time | relevance | path

Searched refs:current_kvno (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/krb5/src/kdc/
H A Dcammac.c83 kdc_verifier.kvno = current_kvno(tgt); in cammac_create()
152 if (ver->kvno == current_kvno(tgt)) { in cammac_check_kdcver()
H A Dfast_util.c506 if (kvno == current_kvno(tgt)) { in get_cookie_key()
709 store_32_be(current_kvno(local_tgt), pa->contents + 4); in kdc_fast_make_cookie()
H A Dkdc_util.h539 current_kvno(krb5_db_entry *entry) in current_kvno() function
H A Ddo_as_req.c300 state->ticket_reply.enc_part.kvno = current_kvno(state->server); in finish_process_as_req()
H A Ddo_tgs_req.c1060 ticket_reply.enc_part.kvno = current_kvno(t->server); in tgs_issue_ticket()
H A Dkdc_preauth.c861 store_32_be(current_kvno(rock->local_tgt), pa->contents + 4); in add_freshness_token()