Lines Matching defs:passphrase
218 const ByteSource* passphrase = config.passphrase_.get();
228 &passphrase));
245 &passphrase));
300 // If an empty string was passed as the passphrase, the ByteSource might
302 // default passphrase callback, which would block the thread until the user
303 // manually enters a passphrase. We could supply our own passphrase callback
704 ArrayBufferOrViewContents<char> passphrase(args[*offset]);
705 if (UNLIKELY(!passphrase.CheckSizeInt32())) {
706 THROW_ERR_OUT_OF_RANGE(env, "passphrase is too big");
710 passphrase.ToNullTerminatedCopy());