Searched refs:UpgradeKey (Results 1 – 12 of 12) sorted by relevance
/system/core/trusty/keymaster/include/trusty_keymaster/ |
D | TrustyKeymaster.h | 52 void UpgradeKey(const UpgradeKeyRequest& request, UpgradeKeyResponse* response);
|
/system/keymaster/include/keymaster/ |
D | android_keymaster.h | 82 void UpgradeKey(const UpgradeKeyRequest& request, UpgradeKeyResponse* response);
|
/system/core/trusty/keymaster/ |
D | TrustyKeymaster.cpp | 142 void TrustyKeymaster::UpgradeKey(const UpgradeKeyRequest& request, UpgradeKeyResponse* response) { in UpgradeKey() function in keymaster::TrustyKeymaster
|
/system/core/trusty/keymaster/3.0/ |
D | TrustyKeymaster3Device.cpp | 342 impl_->UpgradeKey(request, &response); in upgradeKey()
|
/system/keymaster/ng/ |
D | AndroidKeymaster3Device.cpp | 386 impl_->UpgradeKey(request, &response); in upgradeKey()
|
D | AndroidKeymaster4Device.cpp | 458 impl_->UpgradeKey(request, &response); in upgradeKey()
|
/system/keymaster/android_keymaster/ |
D | android_keymaster.cpp | 422 void AndroidKeymaster::UpgradeKey(const UpgradeKeyRequest& request, UpgradeKeyResponse* response) { in UpgradeKey() function in keymaster::AndroidKeymaster
|
/system/keymaster/tests/ |
D | android_keymaster_test_utils.h | 225 keymaster_error_t UpgradeKey(const AuthorizationSet& upgrade_params);
|
D | android_keymaster_test.cpp | 4146 EXPECT_EQ(KM_ERROR_OK, UpgradeKey(client_params())); in TEST_P() 4158 EXPECT_EQ(KM_ERROR_INVALID_ARGUMENT, UpgradeKey(client_params())); in TEST_P() 4191 EXPECT_EQ(KM_ERROR_OK, UpgradeKey(client_params())); in TEST_P() 4203 EXPECT_EQ(KM_ERROR_INVALID_ARGUMENT, UpgradeKey(client_params())); in TEST_P() 4238 EXPECT_EQ(KM_ERROR_OK, UpgradeKey(client_params())); in TEST_P() 4250 EXPECT_EQ(KM_ERROR_INVALID_ARGUMENT, UpgradeKey(client_params())); in TEST_P()
|
D | android_keymaster_test_utils.cpp | 350 keymaster_error_t Keymaster2Test::UpgradeKey(const AuthorizationSet& upgrade_params) { in UpgradeKey() function in keymaster::test::Keymaster2Test
|
/system/core/trusty/keymaster/4.0/ |
D | TrustyKeymaster4Device.cpp | 483 impl_->UpgradeKey(request, &response); in upgradeKey()
|
/system/keymaster/contexts/ |
D | soft_keymaster_device.cpp | 1143 convert_device(dev)->impl_->UpgradeKey(request, &response); in upgrade_key()
|