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