Searched refs:SESSION_KEY_LENGTH (Results 1 – 4 of 4) sorted by relevance
27 …rt static com.android.internal.net.eap.statemachine.EapSimAkaMethodStateMachine.SESSION_KEY_LENGTH;59 assertEquals(SESSION_KEY_LENGTH, mStateMachine.getMskLength()); in testKeyLengths()60 assertEquals(SESSION_KEY_LENGTH, mStateMachine.getEmskLength()); in testKeyLengths()
65 …rt static com.android.internal.net.eap.statemachine.EapSimAkaMethodStateMachine.SESSION_KEY_LENGTH;135 private static final int PRF_OUTPUT_BYTES = (2 * KEY_LEN) + (2 * SESSION_KEY_LENGTH);474 assertEquals(SESSION_KEY_LENGTH, mStateMachine.getMskLength()); in testKeyLengths()475 assertEquals(SESSION_KEY_LENGTH, mStateMachine.getEmskLength()); in testKeyLengths()
74 public static final int SESSION_KEY_LENGTH = 64; field in EapSimAkaMethodStateMachine118 return SESSION_KEY_LENGTH; in getMskLength()122 return SESSION_KEY_LENGTH; in getEmskLength()
96 KEY_LEN + K_AUT_LEN + K_RE_LEN + (2 * SESSION_KEY_LENGTH);