Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/plugins/kdb/db2/
H A Dkdb_xdr.c125 krb5_kdb_encode_int32(entry->attributes, nextloc); in krb5_encode_princ_entry()
129 krb5_kdb_encode_int32(entry->max_life, nextloc); in krb5_encode_princ_entry()
133 krb5_kdb_encode_int32(entry->max_renewable_life, nextloc); in krb5_encode_princ_entry()
137 krb5_kdb_encode_int32(entry->expiration, nextloc); in krb5_encode_princ_entry()
141 krb5_kdb_encode_int32(entry->pw_expiration, nextloc); in krb5_encode_princ_entry()
145 krb5_kdb_encode_int32(entry->last_success, nextloc); in krb5_encode_princ_entry()
149 krb5_kdb_encode_int32(entry->last_failed, nextloc); in krb5_encode_princ_entry()
153 krb5_kdb_encode_int32(entry->fail_auth_count, nextloc); in krb5_encode_princ_entry()
/freebsd/crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/
H A Dkdb_xdr.c112 krb5_kdb_encode_int32((krb5_int32) stamp, buf); in krb5_dbe_update_last_pwd_change()
/freebsd/crypto/krb5/src/lib/kdb/
H A Dkdb5.c1623 krb5_kdb_encode_int32(mod_date, nextloc); in krb5_dbe_update_mod_princ_data()
2043 krb5_kdb_encode_int32((krb5_ui_4)cur_actkvno->act_time, nextloc); in krb5_dbe_update_actkvno()
2063 krb5_kdb_encode_int32((krb5_int32) stamp, buf); in krb5_dbe_update_last_pwd_change()
2078 krb5_kdb_encode_int32((krb5_int32) stamp, buf); in krb5_dbe_update_last_admin_unlock()
/freebsd/crypto/krb5/src/include/
H A Dkdb.h331 #define krb5_kdb_encode_int32(i32, cp) store_32_le(i32, cp) macro
/freebsd/crypto/krb5/src/plugins/kdb/ldap/ldap_util/
H A Dkdb5_ldap_realm.c1163 krb5_kdb_encode_int32(mod_date, nextloc); in krb5_dbe_update_mod_princ_data_new()