Searched refs:doTLS10PRF (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DTlsKeyMaterialGenerator.java135 keyBlock = doTLS10PRF(masterSecret, LABEL_KEY_EXPANSION, seed,
224 tmp = doTLS10PRF(clientKeyBytes, LABEL_CLIENT_WRITE_KEY, seed,
228 tmp = doTLS10PRF(serverKeyBytes, LABEL_SERVER_WRITE_KEY, seed,
234 byte[] block = doTLS10PRF(null, LABEL_IV_BLOCK, seed,
H A DTlsPrfGenerator.java155 doTLS10PRF(secret, labelBytes, spec.getSeed(), n));
214 static byte[] doTLS10PRF(byte[] secret, byte[] labelBytes, method in class:TlsPrfGenerator
219 return doTLS10PRF(secret, labelBytes, seed, outputLength, md5, sha);
222 static byte[] doTLS10PRF(byte[] secret, byte[] labelBytes, method in class:TlsPrfGenerator
H A DTlsMasterSecretGenerator.java112 doTLS10PRF(premaster, LABEL_MASTER_SECRET, seed, 48));

Completed in 269 milliseconds