Searched refs:MIN_MSK_LEN_BYTES (Results 1 – 4 of 4) sorted by relevance
21 import static com.android.internal.net.eap.statemachine.EapMethodStateMachine.MIN_MSK_LEN_BYTES;50 if (msk.length < MIN_MSK_LEN_BYTES || emsk.length < MIN_EMSK_LEN_BYTES) { in EapSuccess()
21 import static com.android.internal.net.eap.statemachine.EapMethodStateMachine.MIN_MSK_LEN_BYTES;437 byte[] msk = new byte[MIN_MSK_LEN_BYTES]; in generateKeyingMaterial()
41 public static final int MIN_MSK_LEN_BYTES = 64; field in EapMethodStateMachine
119 private static final int MSK_LEN = MIN_MSK_LEN_BYTES;