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;
132 extern char *mkey_password;500 if (!mkey_password) {516 mkey_password = pw_str;521 rparams->mkey.length = strlen(mkey_password) + 1;522 rparams->mkey.contents = (krb5_octet *)strdup(mkey_password);651 pwd.data = mkey_password;652 pwd.length = strlen(mkey_password);2276 pwd.data = mkey_password;2277 pwd.length = strlen(mkey_password);