Searched refs:hdb_seal_keys (Results 1 – 13 of 13) sorted by relevance
/freebsd/crypto/heimdal/lib/kadm5/ |
H A D | chpass_s.c | 93 ret = hdb_seal_keys(context->context, context->db, &ent.entry); in change() 184 ret = hdb_seal_keys(context->context, context->db, &ent.entry); in kadm5_s_chpass_principal_with_key()
|
H A D | create_s.c | 127 ret = hdb_seal_keys(context->context, context->db, &ent.entry); in kadm5_s_create_principal_with_key() 180 ret = hdb_seal_keys(context->context, context->db, &ent.entry); in kadm5_s_create_principal()
|
H A D | delete_s.c | 60 ret = hdb_seal_keys(context->context, context->db, &ent.entry); in kadm5_s_delete_principal()
|
H A D | modify_s.c | 67 ret = hdb_seal_keys(context->context, context->db, &ent.entry); in modify_principal()
|
H A D | randkey_s.c | 77 ret = hdb_seal_keys(context->context, context->db, &ent.entry); in kadm5_s_randkey_principal()
|
H A D | rename_s.c | 92 ret = hdb_seal_keys(context->context, context->db, &ent.entry); in kadm5_s_rename_principal()
|
/freebsd/crypto/heimdal/lib/hdb/ |
H A D | version-script.map | 58 hdb_seal_keys;
|
H A D | hdb-protos.h | 338 hdb_seal_keys (
|
H A D | common.c | 306 code = hdb_seal_keys(context, db, &entry->entry); in _hdb_store()
|
H A D | mkey.c | 541 hdb_seal_keys(krb5_context context, HDB *db, hdb_entry *ent) in hdb_seal_keys() function
|
H A D | hdb-sqlite.c | 511 ret = hdb_seal_keys(context, db, &entry->entry); in hdb_sqlite_store()
|
H A D | hdb-ldap.c | 1670 ret = hdb_seal_keys(context, db, &entry->entry); in LDAP_store()
|
/freebsd/crypto/heimdal/ |
H A D | ChangeLog.2001 | 1003 hdb_unseal_keys, hdb_seal_keys): check that we have the correct
|