Searched defs:cipher (Results 1 – 6 of 6) sorted by relevance
24 let cipher = Cipher::des_ede3(); in begin() localVariable37 let cipher = Cipher::des_ede3_cbc(); in begin() localVariable
64 const EVP_CIPHER* cipher = EVP_aes_256_gcm(); in getAesCipherForKey() local92 const EVP_CIPHER* cipher = getAesCipherForKey(key_size); in AES_gcm_encrypt() local128 const EVP_CIPHER* cipher = getAesCipherForKey(key_size); in AES_gcm_decrypt() local
253 DmTargetCrypt(uint64_t start, uint64_t length, const std::string& cipher, in DmTargetCrypt()286 DmTargetDefaultKey(uint64_t start, uint64_t length, const std::string& cipher, in DmTargetDefaultKey()
154 Cipher cipher = Cipher.getInstance(epkInfo.getAlgName()); in decryptPrivateKey() local
59 struct CryptoType cipher = invalid_crypto_type; member
233 const EVP_CIPHER* cipher = in InitializeCipher() local