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