Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hdb/
H A Dlibhdb-exports.def22 hdb_entry2value
H A Dversion-script.map25 hdb_entry2value;
H A Dcommon.c64 hdb_entry2value(krb5_context context, const hdb_entry *ent, krb5_data *value) in hdb_entry2value() function
373 hdb_entry2value(context, &entry->entry, &value); in _hdb_store()
H A Dhdb-protos.h191 hdb_entry2value (
H A Dhdb-sqlite.c617 ret = hdb_entry2value(context, &entry->entry, &value); in hdb_sqlite_store()
/netbsd-src/crypto/external/bsd/heimdal/include/
H A Dhdb-protos.h189 hdb_entry2value (
/netbsd-src/crypto/external/bsd/heimdal/dist/kdc/
H A Dhprop.c113 ret = hdb_entry2value(context, &entry->entry, &data); in v5_prop()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/kadm5/
H A Dlog.c965 ret = hdb_entry2value(context->context, entry, &value); in kadm5_log_create()
1188 ret = hdb_entry2value(context->context, entry, &value); in kadm5_log_rename()
1334 ret = hdb_entry2value(context->context, entry, &value); in kadm5_log_modify()
H A Dipropd_master.c402 ret = hdb_entry2value (context, &entry->entry, &data); in dump_one()