Home
last modified time | relevance | path

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

/system/core/trusty/keymaster/include/trusty_keymaster/
DTrustyKeymaster.h52 void UpgradeKey(const UpgradeKeyRequest& request, UpgradeKeyResponse* response);
/system/keymaster/include/keymaster/
Dandroid_keymaster.h82 void UpgradeKey(const UpgradeKeyRequest& request, UpgradeKeyResponse* response);
/system/core/trusty/keymaster/
DTrustyKeymaster.cpp142 void TrustyKeymaster::UpgradeKey(const UpgradeKeyRequest& request, UpgradeKeyResponse* response) { in UpgradeKey() function in keymaster::TrustyKeymaster
/system/core/trusty/keymaster/3.0/
DTrustyKeymaster3Device.cpp342 impl_->UpgradeKey(request, &response); in upgradeKey()
/system/keymaster/ng/
DAndroidKeymaster3Device.cpp386 impl_->UpgradeKey(request, &response); in upgradeKey()
DAndroidKeymaster4Device.cpp458 impl_->UpgradeKey(request, &response); in upgradeKey()
/system/keymaster/android_keymaster/
Dandroid_keymaster.cpp422 void AndroidKeymaster::UpgradeKey(const UpgradeKeyRequest& request, UpgradeKeyResponse* response) { in UpgradeKey() function in keymaster::AndroidKeymaster
/system/keymaster/tests/
Dandroid_keymaster_test_utils.h225 keymaster_error_t UpgradeKey(const AuthorizationSet& upgrade_params);
Dandroid_keymaster_test.cpp4146 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()
Dandroid_keymaster_test_utils.cpp350 keymaster_error_t Keymaster2Test::UpgradeKey(const AuthorizationSet& upgrade_params) { in UpgradeKey() function in keymaster::test::Keymaster2Test
/system/core/trusty/keymaster/4.0/
DTrustyKeymaster4Device.cpp483 impl_->UpgradeKey(request, &response); in upgradeKey()
/system/keymaster/contexts/
Dsoft_keymaster_device.cpp1143 convert_device(dev)->impl_->UpgradeKey(request, &response); in upgrade_key()