HomeSort by relevance Sort by last modified time
    Searched refs:Keystore (Results 1 - 3 of 3) sorted by null

  /system/hardware/interfaces/wifi/keystore/1.0/default/
keystore.cpp 3 #include <keystore/IKeystoreService.h>
6 #include "include/wifikeystorehal/keystore.h"
11 namespace keystore { namespace in namespace:android::system::wifi
14 // Methods from ::android::hardware::wifi::keystore::V1_0::IKeystore follow.
15 Return<void> Keystore::getBlob(const hidl_string& key, getBlob_cb _hidl_cb) {
18 String16("android.security.keystore")));
34 Return<void> Keystore::getPublicKey(
38 String16("android.security.keystore")));
53 Return<void> Keystore::sign(
58 String16("android.security.keystore")));
    [all...]
  /system/security/keystore/
keystore_main.cpp 18 #define LOG_TAG "keystore"
24 #include <android/system/wifi/keystore/1.0/IKeystore.h>
25 #include <wifikeystorehal/keystore.h>
31 #include "keystore.h"
34 #include "include/keystore/keystore_hidl_support.h"
35 #include "include/keystore/keystore_return_types.h"
37 /* KeyStore is a secured storage for key-value pairs. In this implementation,
43 using ::android::system::wifi::keystore::V1_0::IKeystore;
44 using ::android::system::wifi::keystore::V1_0::implementation::Keystore;
    [all...]
  /system/hardware/interfaces/wifi/keystore/1.0/default/include/wifikeystorehal/
keystore.h 4 #include <android/system/wifi/keystore/1.0/IKeystore.h>
8 #include <keystore/IKeystoreService.h>
14 namespace keystore { namespace in namespace:android::system::wifi
27 using ::android::system::wifi::keystore::V1_0::IKeystore;
29 struct Keystore : public IKeystore {
31 // Methods from ::android::hardware::wifi::keystore::V1_0::IKeystore follow.
44 } // namespace keystore

Completed in 98 milliseconds