Home
last modified time | relevance | path

Searched defs:decipher (Results 1 – 9 of 9) sorted by relevance

/third_party/node/lib/internal/crypto/
Dcipher.js116 function createCipherBase(cipher, credential, options, decipher, iv) { argument
129 function createCipher(cipher, password, options, decipher) { argument
136 function createCipherWithIV(cipher, key, options, decipher, iv) { argument
/third_party/node/test/parallel/
Dtest-crypto-authenticated.js296 const decipher = crypto.createDecipheriv('aes-256-gcm', constant
577 const decipher = crypto.createDecipheriv(`aes-128-${mode}`, key, iv, { constant
607 const decipher = crypto.createDecipheriv(`aes-128-${mode}`, key, iv, opts); constant
719 const decipher = crypto.createDecipheriv('chacha20-poly1305', key, iv, { constant
780 const decipher = crypto.createDecipheriv('chacha20-poly1305', key, iv, opt); constant
813 const decipher = crypto.createDecipheriv('chacha20-poly1305', key, iv, opt); constant
Dtest-crypto-update-encoding.js14 const decipher = () => crypto.createDecipheriv('aes-128-cbc', key, iv); function
Dtest-crypto-des3-wrap.js22 const decipher = crypto.createDecipheriv('des3-wrap', test.key, test.iv); constant
Dtest-crypto-stream.js71 const decipher = crypto.createDecipheriv('aes-128-cbc', badkey, iv); constant
Dtest-crypto-aes-wrap.js55 const decipher = crypto.createDecipheriv( constant
Dtest-crypto-cipher-decipher.js202 let decipher = crypto.createDecipher('aes192', key); variable
Dtest-crypto-key-objects.js87 const decipher = createDecipheriv('aes-256-ecb', key, null); constant
/third_party/ffmpeg/libavutil/
Dcast5.c419 static void decipher(AVCAST5* cs, uint8_t* dst, const uint8_t* src, uint8_t *iv) in decipher() function