Searched refs:KM_ERROR_KEY_EXPIRED (Results 1 – 2 of 2) sorted by relevance
185 public static final int KM_ERROR_KEY_EXPIRED = -25; field in KeymasterDefs249 sErrorCodeToString.put(KM_ERROR_KEY_EXPIRED, "Key expired"); in sErrorCodeToString.put() argument
853 case KeymasterDefs.KM_ERROR_KEY_EXPIRED: in getInvalidKeyException()