Searched refs:setAutoPadding (Results 1 – 5 of 5) sorted by relevance
210 Cipher.prototype.setAutoPadding = function setAutoPadding(ap) { method in Cipher211 if (!this[kHandle].setAutoPadding(!!ap))257 constructor.prototype.setAutoPadding = Cipher.prototype.setAutoPadding; method in constructor
226 assert.strictEqual(decipher.setAutoPadding(), decipher);239 cipher.setAutoPadding();255 decipher.setAutoPadding();276 () => decipher.setAutoPadding(),
36 c.setAutoPadding(pad);42 c.setAutoPadding(pad);
64 encrypt.setAutoPadding(pad);72 decrypt.setAutoPadding(pad);
584 ### `cipher.setAutoPadding([autoPadding])`595 default padding call `cipher.setAutoPadding(false)`.602 The `cipher.setAutoPadding()` method must be called before925 ### `decipher.setAutoPadding([autoPadding])`935 `decipher.setAutoPadding(false)` will disable automatic padding to prevent941 The `decipher.setAutoPadding()` method must be called before