Lines Matching refs:randomFill
107 crypto.randomFill(buf, common.mustSucceed((buf) => {
116 crypto.randomFill(buf, common.mustSucceed((buf) => {
131 crypto.randomFill(buf, common.mustSucceed((buf) => {
168 crypto.randomFill(buf, 5, 5, common.mustSucceed((buf) => {
178 crypto.randomFill(buf, 5, 5, common.mustSucceed((buf) => {
203 () => crypto.randomFill(buf, 'test', common.mustNotCall()),
210 () => crypto.randomFill(buf, 0, 'test', common.mustNotCall()),
225 () => crypto.randomFill(buf, offsetSize, common.mustNotCall()),
233 () => crypto.randomFill(buf, 1, offsetSize, common.mustNotCall()),
247 () => crypto.randomFill(buf, 1, 10, common.mustNotCall()),
276 () => crypto.randomFill(i, common.mustNotCall()),
283 () => crypto.randomFill(buf, 0, 10, i),