Home
last modified time | relevance | path

Searched refs:krb5_kdb_decode_int32 (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/krb5/src/plugins/kdb/db2/
H A Dkdb_xdr.c264 krb5_kdb_decode_int32(nextloc, entry->attributes); in krb5_decode_princ_entry()
268 krb5_kdb_decode_int32(nextloc, entry->max_life); in krb5_decode_princ_entry()
272 krb5_kdb_decode_int32(nextloc, entry->max_renewable_life); in krb5_decode_princ_entry()
276 krb5_kdb_decode_int32(nextloc, entry->expiration); in krb5_decode_princ_entry()
280 krb5_kdb_decode_int32(nextloc, entry->pw_expiration); in krb5_decode_princ_entry()
284 krb5_kdb_decode_int32(nextloc, entry->last_success); in krb5_decode_princ_entry()
288 krb5_kdb_decode_int32(nextloc, entry->last_failed); in krb5_decode_princ_entry()
292 krb5_kdb_decode_int32(nextloc, entry->fail_auth_count); in krb5_decode_princ_entry()
/freebsd/crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/
H A Dkdb_xdr.c136 krb5_kdb_decode_int32(tl_data.tl_data_contents, tmp); in krb5_dbe_lookup_last_pwd_change()
/freebsd/crypto/krb5/src/lib/kdb/
H A Dkdb5.c1522 krb5_kdb_decode_int32(tl_data.tl_data_contents, tmp); in krb5_dbe_lookup_last_pwd_change()
1547 krb5_kdb_decode_int32(tl_data.tl_data_contents, tmp); in krb5_dbe_lookup_last_admin_unlock()
1657 krb5_kdb_decode_int32(tl_data.tl_data_contents, *mod_time); in krb5_dbe_lookup_mod_princ_data()
1973 krb5_kdb_decode_int32(act_time(next_tuple), new_data->act_time); in krb5_dbe_lookup_actkvno()
/freebsd/crypto/krb5/src/include/
H A Dkdb.h328 #define krb5_kdb_decode_int32(cp, i32) \ macro