Searched defs:KEY_LEN (Results 1 – 2 of 2) sorted by relevance
778 System.arraycopy(mReauthInfo.getKeyEncr(), 0, mKEncr, 0, KEY_LEN); in handleReauthentication() local779 System.arraycopy(mReauthInfo.getKeyAut(), 0, mKAut, 0, KEY_LEN); in handleReauthentication() local
88 public static final int KEY_LEN = 16; field in EapSimAkaMethodStateMachine