Searched refs:HDB_F_REPLACE (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13-stable/crypto/heimdal/lib/kadm5/ |
| HD | chpass_s.c | 108 HDB_F_REPLACE, &ent); in change() 189 HDB_F_REPLACE, &ent); in kadm5_s_chpass_principal_with_key()
|
| HD | modify_s.c | 72 HDB_F_REPLACE, &ent); in modify_principal()
|
| HD | randkey_s.c | 82 HDB_F_REPLACE, &ent); in kadm5_s_randkey_principal()
|
| HD | log.c | 743 HDB_F_REPLACE, &ent); in kadm5_log_replay_modify()
|
| /freebsd-13-stable/crypto/heimdal/lib/hdb/ |
| HD | hdb.h | 52 #define HDB_F_REPLACE 2 /* replace entry */ macro
|
| HD | common.c | 319 code = db->hdb__put(context, db, flags & HDB_F_REPLACE, key, value); in _hdb_store()
|
| HD | hdb-sqlite.c | 546 if(! (flags & HDB_F_REPLACE)) /* Not allowed to replace it */ in hdb_sqlite_store()
|
| HD | hdb-ldap.c | 1686 } else if (flags & HDB_F_REPLACE) { in LDAP_store()
|
| /freebsd-13-stable/crypto/heimdal/kadmin/ |
| HD | load.c | 531 ret = db->hdb_store(context, db, HDB_F_REPLACE, &ent); in doit()
|