Searched refs:update_params (Results 1 – 3 of 3) sorted by relevance
/system/keymaster/ |
D | android_keymaster_test_utils.cpp | 368 const AuthorizationSet& update_params, in ProcessMessage() argument 373 EXPECT_EQ(KM_ERROR_OK, FinishOperation(update_params, message, "" /* signature */, &result)); in ProcessMessage() 379 const AuthorizationSet& update_params, in ProcessMessage() argument 384 EXPECT_EQ(KM_ERROR_OK, FinishOperation(update_params, message, signature, &result)); in ProcessMessage() 402 AuthorizationSet update_params; in SignMessage() local 405 ProcessMessage(KM_PURPOSE_SIGN, message, input_params, update_params, &output_params); in SignMessage() 415 AuthorizationSet update_params; in SignMessage() local 418 ProcessMessage(KM_PURPOSE_SIGN, message, input_params, update_params, &output_params); in SignMessage() 426 AuthorizationSet update_params; in MacMessage() local 429 ProcessMessage(KM_PURPOSE_SIGN, message, input_params, update_params, &output_params); in MacMessage() [all …]
|
D | android_keymaster_test.cpp | 2598 AuthorizationSet update_params; in TEST_P() local 2604 ProcessMessage(KM_PURPOSE_ENCRYPT, message, input_params, update_params, &output_params); in TEST_P() 2607 plaintext = ProcessMessage(KM_PURPOSE_DECRYPT, ciphertext2, input_params, update_params, in TEST_P() 2616 plaintext = ProcessMessage(KM_PURPOSE_DECRYPT, ciphertext2, input_params, update_params, in TEST_P() 2641 AuthorizationSet update_params; in TEST_P() local 2726 AuthorizationSet update_params; in TEST_P() local 2727 update_params.push_back(TAG_ASSOCIATED_DATA, aad.data(), aad.size()); in TEST_P() 2735 EXPECT_EQ(KM_ERROR_OK, UpdateOperation(update_params, message, &update_out_params, &ciphertext, in TEST_P() 2747 EXPECT_EQ(KM_ERROR_OK, UpdateOperation(update_params, ciphertext, &update_out_params, in TEST_P() 2769 AuthorizationSet update_params; in TEST_P() local [all …]
|
D | android_keymaster_test_utils.h | 230 const AuthorizationSet& update_params, 234 const AuthorizationSet& update_params, 256 std::string EncryptMessage(const AuthorizationSet& update_params, const std::string& message, 259 std::string EncryptMessage(const AuthorizationSet& update_params, const std::string& message, 264 const AuthorizationSet& update_params, 276 std::string DecryptMessage(const AuthorizationSet& update_params, const std::string& ciphertext, 279 std::string DecryptMessage(const AuthorizationSet& update_params, const std::string& ciphertext,
|