Lines Matching refs:passphrase
163 * passphrase callback routine.
177 * Description: Specifies the passphrase retrieval method
179 * passphrase callback routine.
3105 * a passphrase is needed. This routine collects
3106 * a passphrase from the user using the given
3107 * passphrase retrieval method set with
3113 * Arguments: buf - Buffer to copy passphrase into
3115 * rw - Whether this passphrase is needed
3119 * a passphrase for writing something.
3124 * Returns: Length of passphrase collected, or -1 on error.
3136 char *passphrase;
3149 if ((passphrase = getpassphrase(prompt)) == NULL) {
3162 strlcpy(passphrase_copy, passphrase,
3175 if ((passphrase =
3182 if (!streq(passphrase_copy, passphrase)) {
3189 passphrase = arg + 5;
3191 passphrase = getenv(arg + 4);
3225 /* unrecognized passphrase */
3231 if (passphrase == NULL) {
3238 strlcpy(buf, passphrase, size);