Lines Matching refs:hdb_master_key
46 hdb_free_master_key(krb5_context context, hdb_master_key mkey) in hdb_free_master_key()
62 hdb_master_key *mkey) in hdb_process_master_key()
93 hdb_master_key *inout) in hdb_add_master_key()
96 hdb_master_key p; in hdb_add_master_key()
112 hdb_master_key *mkey) in read_master_keytab()
118 hdb_master_key p; in read_master_keytab()
149 int byteorder, hdb_master_key *mkey) in read_master_mit()
195 hdb_master_key *mkey) in read_master_encryptionkey()
242 hdb_master_key *mkey) in read_master_krb4()
286 hdb_master_key *mkey) in hdb_read_master_key()
343 hdb_master_key mkey) in hdb_write_master_key()
346 hdb_master_key p; in hdb_write_master_key()
365 hdb_master_key
366 _hdb_find_master_key(uint32_t *mkvno, hdb_master_key mkey) in _hdb_find_master_key()
368 hdb_master_key ret = NULL; in _hdb_find_master_key()
383 _hdb_mkey_version(hdb_master_key mkey) in _hdb_mkey_version()
389 _hdb_mkey_decrypt(krb5_context context, hdb_master_key key, in _hdb_mkey_decrypt()
398 _hdb_mkey_encrypt(krb5_context context, hdb_master_key key, in _hdb_mkey_encrypt()
407 hdb_unseal_key_mkey(krb5_context context, Key *k, hdb_master_key mkey) in hdb_unseal_key_mkey()
414 hdb_master_key key; in hdb_unseal_key_mkey()
460 hdb_unseal_keys_mkey(krb5_context context, hdb_entry *ent, hdb_master_key mkey) in hdb_unseal_keys_mkey()
479 return hdb_unseal_keys_mkey(context, ent, db->hdb_master_key); in hdb_unseal_keys()
487 return hdb_unseal_key_mkey(context, k, db->hdb_master_key); in hdb_unseal_key()
491 hdb_seal_key_mkey(krb5_context context, Key *k, hdb_master_key mkey) in hdb_seal_key_mkey()
495 hdb_master_key key; in hdb_seal_key_mkey()
527 hdb_seal_keys_mkey(krb5_context context, hdb_entry *ent, hdb_master_key mkey) in hdb_seal_keys_mkey()
546 return hdb_seal_keys_mkey(context, ent, db->hdb_master_key); in hdb_seal_keys()
555 return hdb_seal_key_mkey(context, k, db->hdb_master_key); in hdb_seal_key()
564 hdb_master_key mkey; in hdb_set_master_key()
569 db->hdb_master_key = mkey; in hdb_set_master_key()
582 hdb_master_key key; in hdb_set_master_keyfile()
592 db->hdb_master_key = key; in hdb_set_master_keyfile()
602 hdb_free_master_key(context, db->hdb_master_key); in hdb_clear_master_key()