Searched refs:getFips (Results 1 – 7 of 7) sorted by relevance
7 const { getFips } = require('node:crypto');21 if (getFips()) {
222 getFips, property244 function getFips() { function346 get: getFips,
946 return hasCrypto && require('crypto').getFips();
1903 and `crypto.getFips()` instead.
2921 `crypto.getFips()` instead.4190 ### `crypto.getFips()`
274 …ub.com/nodejs/node/commit/7f971b3fd9)] - **doc**: return type of `crypto.getFips()` may change (Ri…275 …om/nodejs/node/commit/cf4f188fd6)] - **doc**: fix return type of `crypto.getFips()` (Richard Lau) …
2319 …ub.com/nodejs/node/commit/a299e9cf28)] - **doc**: return type of `crypto.getFips()` may change (Ri…2320 …om/nodejs/node/commit/4604127697)] - **doc**: fix return type of `crypto.getFips()` (Richard Lau) …