Lines Matching refs:ciphers
37028 var ciphers = require('./encrypter');
37038 exports.createCipher = exports.Cipher = ciphers.createCipher;
37039 exports.createCipheriv = exports.Cipheriv = ciphers.createCipheriv;
44952 this.ciphers = [DES.create({
44963 this.ciphers = [DES.create({
44992 state.ciphers[0]._update(inp, inOff, out, outOff);
44994 state.ciphers[1]._update(out, outOff, out, outOff);
44996 state.ciphers[2]._update(out, outOff, out, outOff);
70056 var ciphers = require('browserify-aes');
70074 var cipher = ciphers.createDecipheriv(suite, cipherKey, iv);
70098 var ciphers = require('browserify-aes');
70225 var cipher = ciphers.createDecipheriv(algo, key, iv);