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

  /frameworks/base/core/java/android/security/
IKeystoreService.java 447 public int is_hardware_backed(String keyType) throws RemoteException { method in class:IKeystoreService.Stub.Proxy
597 public int is_hardware_backed(String string) throws RemoteException; method in interface:IKeystoreService
  /system/security/keystore/
IKeystoreService.cpp 545 virtual int32_t is_hardware_backed(const String16& keyType) function in class:android::BpKeystoreService
550 status_t status = remote()->transact(BnKeystoreService::IS_HARDWARE_BACKED, data, &reply);
552 ALOGD("is_hardware_backed() could not contact remote: %d\n", status);
558 ALOGD("is_hardware_backed() caught exception %d\n", err);
862 case IS_HARDWARE_BACKED: {
865 int32_t ret = is_hardware_backed(keyType);
keystore.cpp 2226 int32_t is_hardware_backed(const String16& keyType) { function in class:android::KeyStoreProxy
    [all...]

Completed in 36 milliseconds