Home | History | Annotate | Download | only in keystore-engine

Lines Matching refs:keystore

41 #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");
127 ALOGW("keystore reports error: %d", ret);
174 ALOGE("Could not set up keystore engine");