Searched refs:encryptedKey (Results 1 – 3 of 3) sorted by relevance
163 std::vector<uint8_t> encryptedKey(cipherText.data, cipherText.data + cipherText.size); in Encrypt() local165 return encryptedKey; in Encrypt()
222 std::vector<uint8_t> encryptedKey(cipherText.data, cipherText.data + cipherText.size); in Encrypt() local224 return encryptedKey; in Encrypt()
358 std::vector<uint8_t> encryptedKey(cipherText.data, cipherText.data + cipherText.size); in EncryptWorkKey() local361 return encryptedKey; in EncryptWorkKey()