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

  /system/security/keystore-engine/
eng_keystore.cpp 47 #define KEYSTORE_ENGINE_ID "keystore"
280 if (!ENGINE_set_id(e, KEYSTORE_ENGINE_ID)
327 if (strcmp(id, KEYSTORE_ENGINE_ID)) {
  /frameworks/base/wifi/java/android/net/wifi/
WifiConfiguration.java 45 public static final String KEYSTORE_ENGINE_ID = "keystore";
WifiConfigStore.java     [all...]
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiConfigController.java 374 config.engine_id.setValue(isEmptyKeyId ? "" : WifiConfiguration.KEYSTORE_ENGINE_ID);

Completed in 825 milliseconds