Searched refs:hdb_process_master_key (Results 1 – 4 of 4) sorted by relevance
/freebsd/crypto/heimdal/lib/hdb/ |
H A D | mkey.c | 60 hdb_process_master_key(krb5_context context, in hdb_process_master_key() function 102 ret = hdb_process_master_key(context, vno, key, 0, &p); in hdb_add_master_key() 184 ret = hdb_process_master_key(context, 1, &key, 0, mkey); in read_master_mit() 234 ret = hdb_process_master_key(context, 0, &key, 0, mkey); in read_master_encryptionkey() 279 ret = hdb_process_master_key(context, 0, &key, 0, mkey); in read_master_krb4() 566 ret = hdb_process_master_key(context, 0, key, 0, &mkey); in hdb_set_master_key()
|
H A D | version-script.map | 53 hdb_process_master_key;
|
H A D | hdb-protos.h | 306 hdb_process_master_key (
|
/freebsd/crypto/heimdal/ |
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
|