HomeSort by relevance Sort by last modified time
    Searched defs:DeleteKey (Results 1 - 20 of 20) sorted by null

  /system/keymaster/include/keymaster/
keymaster_context.h 114 virtual keymaster_error_t DeleteKey(const KeymasterKeyBlob& /* blob */) const {
  /prebuilts/go/darwin-x86/src/internal/syscall/windows/registry/
key.go 150 // DeleteKey deletes the subkey path of key k and its values.
151 func DeleteKey(k Key, path string) error {
  /prebuilts/go/linux-x86/src/internal/syscall/windows/registry/
key.go 150 // DeleteKey deletes the subkey path of key k and its values.
151 func DeleteKey(k Key, path string) error {
  /system/keymaster/contexts/
keymaster2_passthrough_context.cpp 109 keymaster_error_t Keymaster2PassthroughContext::DeleteKey(const KeymasterKeyBlob& blob) const {
keymaster1_passthrough_context.cpp 176 keymaster_error_t Keymaster1PassthroughContext::DeleteKey(const KeymasterKeyBlob& blob) const {
189 error = km1_engine_->DeleteKey(blob);
soft_keymaster_context.cpp 332 keymaster_error_t SoftKeymasterContext::DeleteKey(const KeymasterKeyBlob& blob) const {
345 return km1_engine_->DeleteKey(blob);
362 if (error == KM_ERROR_OK && km0_engine_->DeleteKey(key_material))
365 km0_engine_->DeleteKey(blob);
pure_soft_keymaster_context.cpp 207 keymaster_error_t PureSoftKeymasterContext::DeleteKey(const KeymasterKeyBlob& /* blob */) const {
  /system/update_engine/common/
prefs.cc 85 TEST_AND_RETURN_FALSE(storage_->DeleteKey(key));
147 bool Prefs::FileStorage::DeleteKey(const string& key) {
188 bool MemoryPrefs::MemoryStorage::DeleteKey(const string& key) {
  /system/keymaster/legacy_support/
keymaster0_engine.cpp 132 bool Keymaster0Engine::DeleteKey(const KeymasterKeyBlob& blob) const {
keymaster1_engine.cpp 123 keymaster_error_t Keymaster1Engine::DeleteKey(const KeymasterKeyBlob& blob) const {
  /external/webrtc/webrtc/base/
win32regkey.cc 800 HRESULT RegKey::DeleteKey(const wchar_t* full_key_name) {
803 return DeleteKey(full_key_name, true);
806 HRESULT RegKey::DeleteKey(const wchar_t* full_key_name, bool recursively) {
  /system/keymaster/android_keymaster/
android_keymaster.cpp 451 void AndroidKeymaster::DeleteKey(const DeleteKeyRequest& request, DeleteKeyResponse* response) {
454 response->error = context_->DeleteKey(KeymasterKeyBlob(request.key_blob));
  /hardware/interfaces/keymaster/4.0/vts/functional/
KeymasterHidlTest.cpp 184 ErrorCode KeymasterHidlTest::DeleteKey(HidlBuf* key_blob, bool keep_key_blob) {
185 auto rc = keymaster_->deleteKey(*key_blob);
191 ErrorCode KeymasterHidlTest::DeleteKey(bool keep_key_blob) {
192 return DeleteKey(&key_blob_, keep_key_blob);
201 auto rc = DeleteKey(key_blob, keep_key_blob);
  /system/security/keystore/
keystore_cli_v2.cpp 111 result = keystore->deleteKey("tmp");
333 int DeleteKey(const std::string& name) {
335 int32_t result = keystore->deleteKey(name);
336 printf("DeleteKey: %d\n", result);
600 return DeleteKey(command_line->GetSwitchValueASCII("name"));
  /system/tpm/attestation/server/
attestation_service.cc 466 DeleteKey(request.username(), request.key_label());
725 void AttestationService::DeleteKey(const std::string& username,
  /system/keymaster/tests/
android_keymaster_test_utils.cpp 204 keymaster_error_t Keymaster2Test::DeleteKey() {
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Kms.h     [all...]
  /hardware/interfaces/keymaster/3.0/vts/functional/
keymaster_hidl_hal_test.cpp 551 ErrorCode DeleteKey(HidlBuf* key_blob, bool keep_key_blob = false) {
552 auto rc = keymaster_->deleteKey(*key_blob);
558 ErrorCode DeleteKey(bool keep_key_blob = false) {
559 return DeleteKey(&key_blob_, keep_key_blob);
568 auto rc = DeleteKey(key_blob, keep_key_blob);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
iadmw.h 111 virtual HRESULT WINAPI DeleteKey(METADATA_HANDLE hMDHandle,LPCWSTR pszMDPath) = 0;
149 HRESULT (WINAPI *DeleteKey)(IMSAdminBaseW *This,METADATA_HANDLE hMDHandle,LPCWSTR pszMDPath);
189 #define IMSAdminBaseW_DeleteKey(This,hMDHandle,pszMDPath) (This)->lpVtbl->DeleteKey(This,hMDHandle,pszMDPath)
305 HRESULT (WINAPI *DeleteKey)(IMSAdminBase2W *This,METADATA_HANDLE hMDHandle,LPCWSTR pszMDPath);
    [all...]
  /external/v8/src/
objects.cc     [all...]

Completed in 451 milliseconds