Searched refs:randomFill (Results 1 – 10 of 10) sorted by relevance
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()),[all …]
52 randomFill,185 randomFill, property
101 function randomFill(buf, offset, size, callback) { function323 randomFill, property
2703 Synchronous version of [`crypto.randomFill()`][].2733 ### `crypto.randomFill(buffer[, offset][, size], callback)`2757 crypto.randomFill(buf, (err, buf) => {2762 crypto.randomFill(buf, 5, (err, buf) => {2768 crypto.randomFill(buf, 5, 5, (err, buf) => {2778 crypto.randomFill(a, (err, buf) => {2785 crypto.randomFill(b, (err, buf) => {2792 crypto.randomFill(c, (err, buf) => {2803 The asynchronous version of `crypto.randomFill()` is carried out in a single2805 large `randomFill` requests when doing so as part of fulfilling a client[all …]
1646 `crypto.randomBytes()`, `crypto.randomFill()`, `crypto.generateKeyPair()`
86 * **crypto**: add randomFill and randomFillSync (Evan Lucas) [#10209](https://github.com/nodejs/nod…122 …m/nodejs/node/commit/75f4329e01)] - **(SEMVER-MINOR)** **crypto**: add randomFill and randomFillSy…
847 …ub.com/nodejs/node/commit/ad40e781af)] - **doc**: fix added version of randomFill+randomFillSync (…2540 …//github.com/nodejs/node/commit/34300aaaa4)] - **doc**: correct crypto.randomFill() and randomFill…
595 …* added cypto.randomFill() and crypto.randomFillSync() (Evan Lucas) [#10209](https://github.com/no…635 …m/nodejs/node/commit/6f62f83468)] - **(SEMVER-MINOR)** **crypto**: add randomFill and randomFillSy…
1809 …ub.com/nodejs/node/commit/58e5c00c9b)] - **doc**: fix added version of randomFill+randomFillSync (…
25124 static void randomFill(char *pBuf, int nByte){25195 randomFill((char*)pInt, nByte);25233 randomFill(z, sizeof(void*)*pHdr->nBacktraceSlots + sizeof(*pHdr) +25258 randomFill(&((char*)pNew)[pOldHdr->iSize], nByte - (int)pOldHdr->iSize);