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 - 6
of
6
) sorted by null
/frameworks/base/core/java/android/security/
IKeystoreService.aidl
55
int
is_hardware_backed
(String string);
/system/security/keystore/include/keystore/
IKeystoreService.h
99
IS_HARDWARE_BACKED
= IBinder::FIRST_CALL_TRANSACTION + 20,
180
virtual int32_t
is_hardware_backed
(const String16& keyType) = 0;
/system/security/keystore/
key_store_service.h
95
int32_t
is_hardware_backed
(const android::String16& keyType) override;
IKeystoreService.cpp
520
int32_t
is_hardware_backed
(const String16& keyType) override {
524
status_t status = remote()->transact(BnKeystoreService::
IS_HARDWARE_BACKED
, data, &reply);
526
ALOGD("
is_hardware_backed
() could not contact remote: %d\n", status);
531
ALOGD("
is_hardware_backed
() caught exception %d\n", err);
[
all
...]
key_store_service.cpp
645
int32_t KeyStoreService::
is_hardware_backed
(const String16& keyType) {
function in class:KeyStoreService
[
all
...]
/frameworks/base/keystore/java/android/security/
KeyStore.java
400
return mBinder.
is_hardware_backed
(keyType.toUpperCase(Locale.US)) == NO_ERROR;
Completed in 273 milliseconds