Searched refs:numInputBytes (Results 1 – 2 of 2) sorted by relevance
574 int numInputBytes = in getMkInputData() local581 ByteBuffer mkInputBuffer = ByteBuffer.allocate(numInputBytes); in getMkInputData()
590 int numInputBytes = mIdentity.length + result.ik.length + result.ck.length; in getMkInputData() local591 ByteBuffer buffer = ByteBuffer.allocate(numInputBytes); in getMkInputData()