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

  /system/keymaster/include/keymaster/
keymaster_context.h 134 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/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/
keymaster0_engine.cpp 132 bool Keymaster0Engine::DeleteKey(const KeymasterKeyBlob& blob) const {
keymaster1_engine.cpp 124 keymaster_error_t Keymaster1Engine::DeleteKey(const KeymasterKeyBlob& blob) const {
android_keymaster.cpp 448 void AndroidKeymaster::DeleteKey(const DeleteKeyRequest& request, DeleteKeyResponse* response) {
451 response->error = context_->DeleteKey(KeymasterKeyBlob(request.key_blob));
soft_keymaster_context.cpp     [all...]
android_keymaster_test_utils.cpp 204 keymaster_error_t Keymaster2Test::DeleteKey() {
    [all...]
  /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/security/keystore/
keystore_cli_v2.cpp 89 result = keystore->deleteKey("tmp");
314 int DeleteKey(const std::string& name) {
316 int32_t result = keystore->deleteKey(name);
317 printf("DeleteKey: %d\n", result);
455 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,
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Kms.h     [all...]
  /hardware/interfaces/keymaster/3.0/vts/functional/
keymaster_hidl_hal_test.cpp 540 ErrorCode DeleteKey(HidlBuf* key_blob, bool keep_key_blob = false) {
541 auto rc = keymaster_->deleteKey(*key_blob);
547 ErrorCode DeleteKey(bool keep_key_blob = false) {
548 return DeleteKey(&key_blob_, keep_key_blob);
557 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 513 milliseconds