Searched refs:mkey_password (Results 1 – 4 of 4) sorted by relevance
150 extern char *mkey_password;241 if (!mkey_password) {261 mkey_password = pw_str;264 pwd.data = mkey_password;265 pwd.length = strlen(mkey_password);382 mkey_password);403 if (mkey_password == pw_str)404 mkey_password = NULL;437 pwd.data = mkey_password;438 pwd.length = strlen(mkey_password);
103 char *mkey_password = 0; variable258 mkey_password = koptarg;493 if (mkey_password) { in open_db_and_mkey()494 pwd.data = mkey_password; in open_db_and_mkey()495 pwd.length = strlen(mkey_password); in open_db_and_mkey()524 mkey_password = 0; in open_db_and_mkey()
101 char *mkey_password = 0; variable348 mkey_password = koptarg;
133 extern char *mkey_password;496 if (!mkey_password) {512 mkey_password = pw_str;517 rparams->mkey.length = strlen(mkey_password) + 1;518 rparams->mkey.contents = (krb5_octet *)strdup(mkey_password);647 pwd.data = mkey_password;648 pwd.length = strlen(mkey_password);2272 pwd.data = mkey_password;2273 pwd.length = strlen(mkey_password);