Home
last modified time | relevance | path

Searched refs:hdb_entry2value (Results 1 – 7 of 7) sorted by relevance

/freebsd/crypto/heimdal/lib/hdb/
H A Dversion-script.map23 hdb_entry2value;
H A Dcommon.c62 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 Dhdb-protos.h105 hdb_entry2value (
H A Dhdb-sqlite.c516 ret = hdb_entry2value(context, &entry->entry, &value); in hdb_sqlite_store()
/freebsd/crypto/heimdal/lib/kadm5/
H A Dlog.c247 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 Dipropd_master.c373 ret = hdb_entry2value (context, &entry->entry, &data); in prop_one()
/freebsd/crypto/heimdal/kdc/
H A Dhprop.c111 ret = hdb_entry2value(context, &entry->entry, &data); in v5_prop()