Home
last modified time | relevance | path

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

/packages/modules/IPsec/src/java/com/android/internal/net/eap/crypto/
DFips186_2Prf.java45 public byte[] getRandom(byte[] seed, int outputLenBytes) { in getRandom() argument
53 ByteBuffer buffer = ByteBuffer.allocate(outputLenBytes); in getRandom()
59 int numIterations = (outputLenBytes + SHA_OUTPUT_LEN_BYTES - 1) / SHA_OUTPUT_LEN_BYTES; in getRandom()