Searched refs:optCiphertext (Results 1 – 1 of 1) sorted by relevance
369 std::optional<std::vector<uint8_t>> optCiphertext; in encryptWithAuthentication() local371 rc = encOperationResponse.iOperation->finish(data, {}, &optCiphertext); in encryptWithAuthentication()391 if (!optCiphertext) { in encryptWithAuthentication()396 auto ciphertext = std::move(*optCiphertext); in encryptWithAuthentication()