Lines Matching refs:salt
23 salt(std::move(other.salt)),
38 tracker->TrackFieldWithSize("salt", salt.size());
54 // 3. The salt
68 ArrayBufferOrViewContents<char> salt(args[offset + 1]);
75 if (UNLIKELY(!salt.CheckSizeInt32())) {
76 THROW_ERR_OUT_OF_RANGE(env, "salt is too large");
84 params->salt = mode == kCryptoJobAsync
85 ? salt.ToCopy()
86 : salt.ToByteSource();
120 // Both pass and salt may be zero length here.
126 params.salt.data<unsigned char>(),
127 params.salt.size(),