Home
last modified time | relevance | path

Searched refs:hdb_master_key_set (Results 1 – 11 of 11) sorted by relevance

/trueos/crypto/heimdal/lib/hdb/
HDmkey.c477 if (db->hdb_master_key_set == 0) in hdb_unseal_keys()
485 if (db->hdb_master_key_set == 0) in hdb_unseal_key()
543 if (db->hdb_master_key_set == 0) in hdb_seal_keys()
552 if (db->hdb_master_key_set == 0) in hdb_seal_key()
573 db->hdb_master_key_set = 1; in hdb_set_master_key()
593 db->hdb_master_key_set = 1; in hdb_set_master_keyfile()
601 if (db->hdb_master_key_set) { in hdb_clear_master_key()
603 db->hdb_master_key_set = 0; in hdb_clear_master_key()
HDhdb.h106 int hdb_master_key_set; member
HDdb.c124 if (db->hdb_master_key_set && (flags & HDB_F_DECRYPT)) { in DB_seq()
316 (*db)->hdb_master_key_set = 0; in hdb_db_create()
HDext.c292 if (db->hdb_master_key_set && ext->data.u.password.mkvno) { in hdb_entry_get_password()
355 if (db->hdb_master_key_set) { in hdb_entry_set_password()
HDdb3.c121 if (db->hdb_master_key_set && (flags & HDB_F_DECRYPT)) { in DB_seq()
346 (*db)->hdb_master_key_set = 0; in hdb_db_create()
HDndbm.c103 if (db->hdb_master_key_set && (flags & HDB_F_DECRYPT)) { in NDBM_seq()
368 (*db)->hdb_master_key_set = 0; in hdb_ndbm_create()
HDhdb-mitdb.c557 if (db->hdb_master_key_set && (flags & HDB_F_DECRYPT)) { in mdb_seq()
701 if (db->hdb_master_key_set && (flags & HDB_F_DECRYPT)) { in mdb_fetch_kvno()
798 (*db)->hdb_master_key_set = 0; in hdb_mdb_create()
HDhdb-keytab.c213 (*db)->hdb_master_key_set = 0; in hdb_keytab_create()
HDhdb-sqlite.c426 if (db->hdb_master_key_set && (flags & HDB_F_DECRYPT)) { in hdb_sqlite_fetch_kvno()
858 (*db)->hdb_master_key_set = 0; in hdb_sqlite_create()
HDcommon.c159 if (db->hdb_master_key_set && (flags & HDB_F_DECRYPT)) { in _hdb_fetch_kvno()
HDhdb-ldap.c1486 if (db->hdb_master_key_set && (flags & HDB_F_DECRYPT)) { in LDAP_seq()
1625 if (db->hdb_master_key_set && (flags & HDB_F_DECRYPT)) { in LDAP_fetch_kvno()
1876 (*db)->hdb_master_key_set = 0; in hdb_ldap_common()