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

  /cts/tests/tests/keystore/src/android/keystore/cts/
AuthorizationList.java 79 public static final int KM_PURPOSE_DECRYPT = 1;
149 .put(KM_PURPOSE_DECRYPT, "DECRYPT")
  /frameworks/base/core/java/android/security/keymaster/
KeymasterDefs.java 140 public static final int KM_PURPOSE_DECRYPT = 1;
  /hardware/libhardware/include/hardware/
keymaster_defs.h 295 KM_PURPOSE_DECRYPT = 1, /* Usable with RSA, EC and AES keys. */

Completed in 368 milliseconds