Home
last modified time | relevance | path

Searched refs:HDB_F_REPLACE (Results 1 – 9 of 9) sorted by relevance

/freebsd-13-stable/crypto/heimdal/lib/kadm5/
HDchpass_s.c108 HDB_F_REPLACE, &ent); in change()
189 HDB_F_REPLACE, &ent); in kadm5_s_chpass_principal_with_key()
HDmodify_s.c72 HDB_F_REPLACE, &ent); in modify_principal()
HDrandkey_s.c82 HDB_F_REPLACE, &ent); in kadm5_s_randkey_principal()
HDlog.c743 HDB_F_REPLACE, &ent); in kadm5_log_replay_modify()
/freebsd-13-stable/crypto/heimdal/lib/hdb/
HDhdb.h52 #define HDB_F_REPLACE 2 /* replace entry */ macro
HDcommon.c319 code = db->hdb__put(context, db, flags & HDB_F_REPLACE, key, value); in _hdb_store()
HDhdb-sqlite.c546 if(! (flags & HDB_F_REPLACE)) /* Not allowed to replace it */ in hdb_sqlite_store()
HDhdb-ldap.c1686 } else if (flags & HDB_F_REPLACE) { in LDAP_store()
/freebsd-13-stable/crypto/heimdal/kadmin/
HDload.c531 ret = db->hdb_store(context, db, HDB_F_REPLACE, &ent); in doit()