Searched refs:hdb_process_master_key (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hdb/ |
H A D | mkey.c | 63 hdb_process_master_key(krb5_context context, in hdb_process_master_key() function 106 ret = hdb_process_master_key(context, vno, key, 0, &p); in hdb_add_master_key() 193 ret = hdb_process_master_key(context, 1, &key, 0, mkey); in read_master_mit() 243 ret = hdb_process_master_key(context, 0, &key, 0, mkey); in read_master_encryptionkey() 288 ret = hdb_process_master_key(context, 0, &key, 0, mkey); in read_master_krb4() 730 ret = hdb_process_master_key(context, 0, key, 0, &mkey); in hdb_set_master_key()
|
H A D | libhdb-exports.def | 55 hdb_process_master_key
|
H A D | version-script.map | 57 hdb_process_master_key;
|
H A D | hdb-protos.h | 445 hdb_process_master_key (
|
/netbsd-src/crypto/external/bsd/heimdal/include/ |
H A D | hdb-protos.h | 443 hdb_process_master_key (
|
/netbsd-src/crypto/external/bsd/heimdal/dist/ |
H A D | ChangeLog.1999 | 989 * lib/hdb/hdb.c (hdb_process_master_key): simplify by using 992 * lib/hdb/hdb.c (hdb_process_master_key): check return value from
|