OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_hardware_backed
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/core/java/android/security/
IKeystoreService.aidl
54
int
is_hardware_backed
(String string);
/system/security/keystore/include/keystore/
IKeystoreService.h
122
IS_HARDWARE_BACKED
= IBinder::FIRST_CALL_TRANSACTION + 20,
187
virtual int32_t
is_hardware_backed
(const String16& keyType) = 0;
/frameworks/base/keystore/java/android/security/
KeyStore.java
381
return mBinder.
is_hardware_backed
(keyType.toUpperCase(Locale.US)) == NO_ERROR;
/system/security/keystore/
IKeystoreService.cpp
878
virtual int32_t
is_hardware_backed
(const String16& keyType)
function in class:android::BpKeystoreService
883
status_t status = remote()->transact(BnKeystoreService::
IS_HARDWARE_BACKED
, data, &reply);
885
ALOGD("
is_hardware_backed
() could not contact remote: %d\n", status);
891
ALOGD("
is_hardware_backed
() caught exception %d\n", err);
[
all
...]
keystore.cpp
2191
int32_t
is_hardware_backed
(const String16& keyType) {
function in class:android::KeyStoreProxy
[
all
...]
Completed in 170 milliseconds