Searched refs:encryptPayload (Results 1 – 5 of 5) sorted by relevance
77 encryptPayload(std::vector<uint8_t>& payload) const = 0;175 encryptPayload(std::vector<uint8_t>& payload) const override;
272 auto cipherPayload = internal::encryptPayload(outMessage, session); in flatten()407 encryptPayload(const std::shared_ptr<Message>& message, in encryptPayload() function410 return session->getCryptAlgo()->encryptPayload(message->payload); in encryptPayload()
62 AlgoAES128::encryptPayload(std::vector<uint8_t>& payload) const in encryptPayload() function in cipher::crypt::AlgoAES128
250 encryptPayload(const std::shared_ptr<Message>& message,
371 auto cipher = cryptPtr->encryptPayload(payload); in TEST()