| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/hdb/ |
| H A D | mkey.c | 49 hdb_free_master_key(krb5_context context, hdb_master_key mkey) in hdb_free_master_key() argument 52 while(mkey) { in hdb_free_master_key() 53 krb5_kt_free_entry(context, &mkey->keytab); in hdb_free_master_key() 54 if (mkey->crypto) in hdb_free_master_key() 55 krb5_crypto_destroy(context, mkey->crypto); in hdb_free_master_key() 56 ptr = mkey; in hdb_free_master_key() 57 mkey = mkey->next; in hdb_free_master_key() 65 hdb_master_key *mkey) in hdb_process_master_key() argument 69 *mkey = calloc(1, sizeof(**mkey)); in hdb_process_master_key() 70 if(*mkey == NULL) { in hdb_process_master_key() [all …]
|
| H A D | keytab.c | 42 char *mkey; member 61 const char *db, *mkey; in hdb_resolve() local 69 mkey = strstr(name, ":mkey="); in hdb_resolve() 70 if(mkey == NULL || mkey[6] == '\0') { in hdb_resolve() 81 d->mkey = NULL; in hdb_resolve() 83 d->dbname = malloc(mkey - db + 1); in hdb_resolve() 89 memmove(d->dbname, db, mkey - db); in hdb_resolve() 90 d->dbname[mkey - db] = '\0'; in hdb_resolve() 92 d->mkey = strdup(mkey + 6); in hdb_resolve() 93 if(d->mkey == NULL) { in hdb_resolve() [all …]
|
| H A D | test_mkey.c | 44 hdb_master_key mkey; in main() local 46 ret = hdb_read_master_key(context, mkey_file, &mkey); in main() 50 hdb_free_master_key(context, mkey); in main()
|
| H A D | NTMakefile | 81 mkey.c \ 98 $(OBJ)\mkey.obj \
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/kadmin/ |
| H A D | stash.c | 49 hdb_master_key mkey; in stash() local 69 ret = hdb_read_master_key(context, opt->key_file_string, &mkey); in stash() 80 hdb_free_master_key(context, mkey); in stash() 106 hdb_free_master_key(context, mkey); in stash() 112 ret = hdb_add_master_key(context, &key, &mkey); in stash() 137 ret = hdb_write_master_key(context, new, mkey); in stash() 162 hdb_free_master_key(context, mkey); in stash()
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/kdc/ |
| H A D | kstash.c | 75 hdb_master_key mkey; in main() local 100 ret = hdb_read_master_key(context, keyfile, &mkey); in main() 135 ret = hdb_add_master_key(context, &key, &mkey); in main() 163 ret = hdb_write_master_key(context, new, mkey); in main() 188 hdb_free_master_key(context, mkey); in main()
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/tests/db/ |
| H A D | loaddump-db.in | 61 rm -f mkey.file* 119 ${kstash} -e aes256-cts-hmac-sha1-96 --random-key -k ./mkey.file >/dev/null 2>/dev/null || exit 1 125 ${propdb} -m mkey.file -D > db-dump.tmp || exit 1 126 mv mkey.file mkey.file.no || exit 1
|
| H A D | check-dbinfo.in | 48 ../../lib/hdb/test_mkey --mkey-file="${srcdir}/../../lib/hdb/data-mkey.mit.des3.le" || exit 1 49 ../../lib/hdb/test_mkey --mkey-file="${srcdir}/../../lib/hdb/data-mkey.mit.des3.be" || exit 1
|
| H A D | krb5.conf.in | 14 mkey_file = @objdir@/mkey.file 25 mkey_file = @objdir@/mkey.file
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/tests/kdc/ |
| H A D | krb5.conf.in | 97 mkey_file = @objdir@/mkey.file 104 mkey_file = @objdir@/mkey.file 111 mkey_file = @objdir@/mkey.file
|
| H A D | krb5-canon2.conf.in | 57 mkey_file = @objdir@/mkey.file 64 mkey_file = @objdir@/mkey.file
|
| H A D | krb5-canon.conf.in | 60 mkey_file = @objdir@/mkey.file 67 mkey_file = @objdir@/mkey.file
|
| H A D | krb5.conf.keys.in | 9 mkey_file = @objdir@/mkey.file
|
| H A D | krb5-pkinit.conf.in | 25 mkey_file = @objdir@/mkey.file
|
| H A D | check-keys.in | 61 rm -f mkey.file*
|
| H A D | check-hdb-mitdb.in | 76 rm -f mkey.file*
|
| /netbsd-src/external/bsd/file/dist/magic/magdir/ |
| H A D | basis | 18 >>8 string \000 (mkey)
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/tests/can/ |
| H A D | krb5.conf.in | 19 mkey_file = @objdir@/mkey.file
|
| H A D | test_can.in | 66 rm -f mkey.file*
|
| H A D | mit-pkinit-20070607.xf | 23 mkey_file = @objdir@/mkey.file
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/tests/ldap/ |
| H A D | krb5.conf.in | 17 mkey_file = @objdir@/mkey.file
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/tests/plugin/ |
| H A D | krb5.conf.in | 21 mkey_file = @objdir@/mkey.file
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/tests/java/ |
| H A D | krb5.conf.in | 16 mkey_file = @objdir@/mkey.file
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/tests/gss/ |
| H A D | krb5.conf.in | 27 mkey_file = @objdir@/mkey.file
|
| /netbsd-src/crypto/external/bsd/heimdal/lib/libhdb/ |
| H A D | Makefile | 41 mkey.c \
|