Home
last modified time | relevance | path

Searched refs:last_failed (Results 1 – 5 of 5) sorted by relevance

/NextBSD/crypto/heimdal/lib/kadm5/
HDmarshall.c147 krb5_store_int32(sp, princ->last_failed); in store_principal_ent()
253 princ->last_failed = tmp; in ret_principal_ent()
HDadmin.h151 krb5_timestamp last_failed; member
HDad.c965 entry->last_failed = nt2unixtime(vals[0]); in kadm5_ad_get_principal()
/NextBSD/crypto/heimdal/kadmin/
HDrpc.c418 CHECK(krb5_store_int32(sp, ent->last_failed)); in store_principal_ent()
487 ent->last_failed = flag; in ret_principal_ent()
HDget.c217 time_t2str(princ->last_failed, buf, buf_len, !condensed); in format_field()