Searched refs:hdb_entry2value (Results 1 – 7 of 7) sorted by relevance
/freebsd/crypto/heimdal/lib/hdb/ |
H A D | version-script.map | 23 hdb_entry2value;
|
H A D | common.c | 62 hdb_entry2value(krb5_context context, const hdb_entry *ent, krb5_data *value) in hdb_entry2value() function 318 hdb_entry2value(context, &entry->entry, &value); in _hdb_store()
|
H A D | hdb-protos.h | 105 hdb_entry2value (
|
H A D | hdb-sqlite.c | 516 ret = hdb_entry2value(context, &entry->entry, &value); in hdb_sqlite_store()
|
/freebsd/crypto/heimdal/lib/kadm5/ |
H A D | log.c | 247 ret = hdb_entry2value (context->context, ent, &value); in kadm5_log_create() 402 ret = hdb_entry2value (context->context, ent, &value); in kadm5_log_rename() 520 ret = hdb_entry2value (context->context, ent, &value); in kadm5_log_modify()
|
H A D | ipropd_master.c | 373 ret = hdb_entry2value (context, &entry->entry, &data); in prop_one()
|
/freebsd/crypto/heimdal/kdc/ |
H A D | hprop.c | 111 ret = hdb_entry2value(context, &entry->entry, &data); in v5_prop()
|