Home
last modified time | relevance | path

Searched refs:optMac (Results 1 – 1 of 1) sorted by relevance

/aosp12/system/security/keystore/
H A Dkeystore_cli_v2.cpp414 std::optional<std::vector<uint8_t>> optMac; in encryptWithAuthentication() local
416 rc = signOperationResponse.iOperation->finish(toBeSigned, {}, &optMac); in encryptWithAuthentication()
422 if (!optMac) { in encryptWithAuthentication()
427 auto mac = std::move(*optMac); in encryptWithAuthentication()