OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_hardware_backed
(Results
1 - 5
of
5
) sorted by null
/system/security/keystore/binder/android/security/
IKeystoreService.aidl
54
int
is_hardware_backed
(String string);
/system/security/keystore/
key_store_service.h
100
::android::binder::Status
is_hardware_backed
(const ::android::String16& string,
key_store_service.cpp
684
Status KeyStoreService::
is_hardware_backed
(const String16& keyType, int32_t* aidl_return) {
function in class:KeyStoreService
[
all
...]
/frameworks/base/keystore/java/android/security/
KeyStore.java
437
return mBinder.
is_hardware_backed
(keyType.toUpperCase(Locale.US)) == NO_ERROR;
[
all
...]
/frameworks/base/config/
hiddenapi-light-greylist.txt
[
all
...]
Completed in 584 milliseconds