Searched refs:optMac (Results 1 – 1 of 1) sorted by relevance
414 std::optional<std::vector<uint8_t>> optMac; in encryptWithAuthentication() local416 rc = signOperationResponse.iOperation->finish(toBeSigned, {}, &optMac); in encryptWithAuthentication()422 if (!optMac) { in encryptWithAuthentication()427 auto mac = std::move(*optMac); in encryptWithAuthentication()