Home
last modified time | relevance | path

Searched refs:v5_prop (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/heimdal/kdc/
H A Dhprop.h56 krb5_error_code v5_prop(krb5_context, HDB*, hdb_entry_ex*, void*);
H A Dhprop.c90 v5_prop(krb5_context context, HDB *db, hdb_entry_ex *entry, void *appdata) in v5_prop() function
240 ret = hdb_foreach(context, db, HDB_F_DECRYPT, v5_prop, pd); in iterate()
H A Dmit_dump.c413 v5_prop(pd->context, NULL, &ent, arg); in mit_prop_dump()