Home
last modified time | relevance | path

Searched refs:numInputBytes (Results 1 – 2 of 2) sorted by relevance

/packages/modules/IPsec/src/java/com/android/internal/net/eap/statemachine/
DEapSimMethodStateMachine.java574 int numInputBytes = in getMkInputData() local
581 ByteBuffer mkInputBuffer = ByteBuffer.allocate(numInputBytes); in getMkInputData()
DEapAkaMethodStateMachine.java590 int numInputBytes = mIdentity.length + result.ik.length + result.ck.length; in getMkInputData() local
591 ByteBuffer buffer = ByteBuffer.allocate(numInputBytes); in getMkInputData()