HomeSort by relevance Sort by last modified time
    Searched refs:DEL_KEY (Results 1 - 2 of 2) sorted by null

  /system/security/keystore/include/keystore/
IKeystoreService.h 61 DEL_KEY = IBinder::FIRST_CALL_TRANSACTION + 16,
112 virtual int32_t del_key(const String16& name, int uid) = 0;
  /system/security/keystore/
IKeystoreService.cpp 443 virtual int32_t del_key(const String16& name, int uid) function in class:android::BpKeystoreService
449 status_t status = remote()->transact(BnKeystoreService::DEL_KEY, data, &reply);
451 ALOGD("del_key() could not contact remote: %d\n", status);
457 ALOGD("del_key() caught exception %d\n", err);
875 case DEL_KEY: {
879 int32_t ret = del_key(name, uid);
    [all...]

Completed in 693 milliseconds