Searched refs:krb_life_to_time (Results 1 – 5 of 5) sorted by relevance
69 S (krb_life_to_time, krb5int_krb_life_to_time), in krb5int_accessor()73 S (krb_life_to_time, 0), in krb5int_accessor()
64 buffer_put_int(&b, krb_life_to_time(creds->issue_date, in creds_to_radix()
873 printtime(krb_life_to_time(c.issue_date, c.lifetime));
760 if (time(0) > krb_life_to_time(creds->issue_date, creds->lifetime)) { in send_krb4_tgt()
2379 krb5_int32 (*krb_life_to_time)(krb5_int32, int); member