Lines Matching refs:size
49 const uint32_t size = args[offset + 2].As<Uint32>()->Value();
50 CHECK_GE(byte_offset + size, byte_offset); // Overflow check.
51 CHECK_LE(byte_offset + size, in.size()); // Bounds check.
54 params->size = size;
63 return CSPRNG(params.buffer, params.size).is_ok();
75 size_t size = BN_num_bytes(params.prime.get());
77 ArrayBuffer::NewBackingStore(env->isolate(), size);
81 size);
96 const uint32_t size = args[offset].As<Uint32>()->Value();
101 params->add.reset(BN_bin2bn(add.data(), add.size(), nullptr));
110 params->rem.reset(BN_bin2bn(rem.data(), rem.size(), nullptr));
117 // The JS interface already ensures that the (positive) size fits into an int.
118 int bits = static_cast<int>(size);
187 candidate.size(),