Home
last modified time | relevance | path

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

/aosp12/system/security/keystore/
H A Dkeystore_cli_v2.cpp369 std::optional<std::vector<uint8_t>> optCiphertext; in encryptWithAuthentication() local
371 rc = encOperationResponse.iOperation->finish(data, {}, &optCiphertext); in encryptWithAuthentication()
391 if (!optCiphertext) { in encryptWithAuthentication()
396 auto ciphertext = std::move(*optCiphertext); in encryptWithAuthentication()