Home
last modified time | relevance | path

Searched refs:encipher (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/npm/node_modules/bcrypt-pbkdf/
Dindex.js366 Blowfish.prototype.encipher = function(x, x8) { method in Blowfish
415 this.encipher(d, d8);
422 this.encipher(d, d8);
439 this.encipher(d);
448 this.encipher(d);
458 this.encipher(data.subarray(i*2));
/third_party/ffmpeg/libavutil/
Dcast5.c392 static void encipher(AVCAST5* cs, uint8_t* dst, const uint8_t* src) in encipher() function
486 encipher(cs, dst, dst); in av_cast5_crypt2()
489 encipher(cs, dst, src); in av_cast5_crypt2()
502 encipher(cs, dst, src); in av_cast5_crypt()