Lines Matching defs:properties
2876 ### `crypto.constants`
2888 ### `crypto.DEFAULT_ENCODING`
2908 ### `crypto.fips`
2923 ### `crypto.checkPrime(candidate[, options], callback)`
2952 ### `crypto.checkPrimeSync(candidate[, options])`
2973 ### `crypto.createCipher(algorithm, password[, options])`
3042 ### `crypto.createCipheriv(algorithm, key, iv[, options])`
3114 ### `crypto.createDecipher(algorithm, password[, options])`
3161 ### `crypto.createDecipheriv(algorithm, key, iv[, options])`
3229 ### `crypto.createDiffieHellman(prime[, primeEncoding][, generator][, generatorEncoding])`
3265 ### `crypto.createDiffieHellman(primeLength[, generator])`
3279 ### `crypto.createDiffieHellmanGroup(name)`
3290 ### `crypto.createECDH(curveName)`
3305 ### `crypto.createHash(algorithm[, options])`
3383 ### `crypto.createHmac(algorithm, key[, options])`
3473 ### `crypto.createPrivateKey(key)`
3509 ### `crypto.createPublicKey(key)`
3559 ### `crypto.createSecretKey(key[, encoding])`
3581 ### `crypto.createSign(algorithm[, options])`
3601 ### `crypto.createVerify(algorithm[, options])`
3622 ### `crypto.diffieHellman(options)`
3639 ### `crypto.generateKey(type, options, callback)`
3692 ### `crypto.generateKeyPair(type, options, callback)`
3811 ### `crypto.generateKeyPairSync(type, options)`
3925 ### `crypto.generateKeySync(type, options)`
3965 ### `crypto.generatePrime(size[, options[, callback]])`
4014 ### `crypto.generatePrimeSync(size[, options])`
4055 ### `crypto.getCipherInfo(nameOrNid[, options])`
4085 ### `crypto.getCiphers()`
4110 ### `crypto.getCurves()`
4134 ### `crypto.getDiffieHellman(groupName)`
4190 ### `crypto.getFips()`
4200 ### `crypto.getHashes()`
4225 ### `crypto.getRandomValues(typedArray)`
4238 ### `crypto.hkdf(digest, ikm, salt, info, keylen, callback)`
4301 ### `crypto.hkdfSync(digest, ikm, salt, info, keylen)`
4353 ### `crypto.pbkdf2(password, salt, iterations, keylen, digest, callback)`
4443 ### `crypto.pbkdf2Sync(password, salt, iterations, keylen, digest)`
4508 ### `crypto.privateDecrypt(privateKey, buffer)`
4566 ### `crypto.privateEncrypt(privateKey, buffer)`
4607 ### `crypto.publicDecrypt(key, buffer)`
4649 ### `crypto.publicEncrypt(key, buffer)`
4705 ### `crypto.randomBytes(size[, callback])`
4801 ### `crypto.randomFillSync(buffer[, offset][, size])`
4888 ### `crypto.randomFill(buffer[, offset][, size], callback)`
5030 ### `crypto.randomInt([min, ]max[, callback])`
5121 ### `crypto.randomUUID([options])`
5140 ### `crypto.scrypt(password, salt, keylen[, options], callback)`
5233 ### `crypto.scryptSync(password, salt, keylen[, options])`
5306 ### `crypto.secureHeapUsed()`
5322 ### `crypto.setEngine(engine[, flags])`
5351 ### `crypto.setFips(bool)`
5362 ### `crypto.sign(algorithm, data, key[, callback])`
5421 ### `crypto.subtle`
5431 ### `crypto.timingSafeEqual(a, b)`
5472 ### `crypto.verify(algorithm, data, key, signature[, callback])`
5542 ### `crypto.webcrypto`