Searched refs:keystore (Results 1 - 14 of 14) sorted by relevance

/system/security/keystore/
H A Dtest-keystore50 function keystore() { function
57 run adb shell ls -al /data/misc/keystore
70 log "reset keystore as system user"
71 keystore system r
79 keystore root t
83 keystore system t
88 keystore system p bar
91 expect "-rw------- keystore keystore 84 .masterkey"
94 keystore syste
[all...]
H A Dkeystore_get.cpp17 #include <keystore/IKeystoreService.h>
20 #include <keystore/keystore_get.h>
26 sp<IBinder> binder = sm->getService(String16("android.security.keystore"));
H A DAndroid.mk21 LOCAL_SRC_FILES := keystore.cpp keyblob_utils.cpp
32 LOCAL_MODULE := keystore
47 # Library for keystore clients
H A Dkeystore_cli.cpp22 #include <keystore/IKeystoreService.h>
26 #include <keystore/keystore.h>
174 sp<IBinder> binder = sm->getService(String16("android.security.keystore"));
178 fprintf(stderr, "%s: error: could not connect to keystore service\n", argv[0]);
H A Dkeystore.cpp18 #define LOG_TAG "keystore"
51 #include <keystore/IKeystoreService.h>
59 #include <keystore/keystore.h>
109 ALOGE("could not find any keystore module");
821 salt = (uint8_t*) "keystore";
823 saltSize = sizeof("keystore");
1179 * unlock the keystore for that user will fail as well, so any
1374 ALOGE("couldn't open keystore's directory; something is wrong");
1992 * of data stored on the filesystem should be moved down to keystore itsel
[all...]
H A DIKeystoreService.cpp28 #include <keystore/IKeystoreService.h>
584 IMPLEMENT_META_INTERFACE(KeystoreService, "android.security.keystore");
/system/security/softkeymaster/
H A DAndroid.mk18 LOCAL_MODULE := keystore.default
22 system/security/keystore \
34 system/security/keystore \
H A Dmodule.cpp22 #include <keystore/keystore.h>
H A Dkeymaster_openssl.cpp20 #include <keystore/keystore.h>
/system/security/keystore-engine/
H A Deng_keystore.cpp41 #define LOG_TAG "OpenSSL-keystore"
45 #include <keystore/keystore.h>
46 #include <keystore/IKeystoreService.h>
53 const char* kKeystoreEngineId = "keystore";
54 static const char* kKeystoreEngineDesc = "Android keystore engine";
58 * ex_data index for keystore's key alias.
111 sp<IBinder> binder = sm->getService(String16("android.security.keystore"));
115 ALOGE("could not contact keystore");
123 ALOGW("could not contact keystore");
[all...]
H A Ddsa_meth.cpp29 #define LOG_TAG "OpenSSL-keystore-dsa"
33 #include <keystore/IKeystoreService.h>
60 sp<IBinder> binder = sm->getService(String16("android.security.keystore"));
64 ALOGE("could not contact keystore");
78 ALOGW("Error during sign from keystore: %d", ret);
147 ALOGE("Could not set up keystore DSA methods");
H A Decdsa_meth.cpp29 #define LOG_TAG "OpenSSL-keystore-ecdsa"
33 #include <keystore/IKeystoreService.h>
66 sp<IBinder> binder = sm->getService(String16("android.security.keystore"));
70 ALOGE("could not contact keystore");
84 ALOGW("Error during sign from keystore: %d", ret);
150 ALOGE("Could not set up keystore ECDSA methods");
H A Drsa_meth.cpp29 #define LOG_TAG "OpenSSL-keystore-rsa"
33 #include <keystore/IKeystoreService.h>
83 sp<IBinder> binder = sm->getService(String16("android.security.keystore"));
87 ALOGE("could not contact keystore");
100 ALOGW("Error during signing from keystore: %d", ret);
127 sp<IBinder> binder = sm->getService(String16("android.security.keystore"));
131 ALOGE("could not contact keystore");
145 ALOGW("Error during sign from keystore: %d", ret);
237 ALOGE("Could not set up keystore RSA methods");
/system/extras/tests/ext4/
H A Dandroid_emmc_perf_tests.sh92 adb shell stop keystore

Completed in 77 milliseconds