Lines Matching refs:salt
26 salt(std::move(other.salt)),
42 tracker->TrackFieldWithSize("salt", salt.size());
65 ArrayBufferOrViewContents<char> salt(args[offset + 1]);
72 if (UNLIKELY(!salt.CheckSizeInt32())) {
73 THROW_ERR_OUT_OF_RANGE(env, "salt is too large");
81 params->salt = mode == kCryptoJobAsync
82 ? salt.ToCopy()
83 : salt.ToByteSource();
123 // Both the pass and salt may be zero-length at this point
127 params.salt.data<unsigned char>(),
128 params.salt.size(),