Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/security/ssl/
DHandshaker.java1031 PRF prf; in calculateMasterSecret() local
1035 prf = cipherSuite.prfAlg; in calculateMasterSecret()
1038 prf = P_NONE; in calculateMasterSecret()
1041 String prfHashAlg = prf.getPRFHashAlg(); in calculateMasterSecret()
1042 int prfHashLength = prf.getPRFHashLength(); in calculateMasterSecret()
1043 int prfBlockSize = prf.getPRFBlockSize(); in calculateMasterSecret()
1165 PRF prf; in calculateConnectionKeys() local
1169 prf = cipherSuite.prfAlg; in calculateConnectionKeys()
1172 prf = P_NONE; in calculateConnectionKeys()
1175 String prfHashAlg = prf.getPRFHashAlg(); in calculateConnectionKeys()
[all …]
DCipherSuite.java267 boolean allowed, int obsoleted, int supported, PRF prf) { in add() argument
270 cipher, allowed, obsoleted, supported, prf); in add()
295 PRF prf = P_SHA256; in add() local
297 prf = P_NONE; in add()
301 ProtocolVersion.LIMIT_MIN_VALUE, prf); in add()
DHandshakeMessage.java1909 PRF prf; in getFinished() local
1917 prf = cipherSuite.prfAlg; in getFinished()
1927 prf = P_NONE; in getFinished()
1930 String prfHashAlg = prf.getPRFHashAlg(); in getFinished()
1931 int prfHashLength = prf.getPRFHashLength(); in getFinished()
1932 int prfBlockSize = prf.getPRFBlockSize(); in getFinished()