Searched refs:autodecrypt (Results 1 – 3 of 3) sorted by relevance
42 const clear = await this.aes.autodecrypt(cipher, passphrase);69 clear = await this.aes.autodecrypt(cipher, passphrase);
66 async autodecrypt(ciphertext, password) { method in SubtleAES
77 const clear = await this.aes.autodecrypt(cipher, passphrase);