Searched defs:del_key (Results 1 - 2 of 2) sorted by relevance

/system/security/keystore/
H A DIKeystoreService.cpp443 virtual int32_t del_key(const String16& name, int uid) function in class:android::BpKeystoreService
451 ALOGD("del_key() could not contact remote: %d\n", status);
457 ALOGD("del_key() caught exception %d\n", err);
879 int32_t ret = del_key(name, uid);
H A Dkeystore.cpp2109 * "del_key" since the Java code doesn't really communicate what it's
2156 int32_t del_key(const String16& name, int targetUid) { function in class:android::KeyStoreProxy
2160 ALOGW("permission denied for %d: del_key", callingUid);

Completed in 125 milliseconds