Searched refs:getPRFHashAlg (Results 1 – 8 of 8) sorted by relevance
133 public String getPRFHashAlg() { in getPRFHashAlg() method in TlsPrfParameterSpec
154 public String getPRFHashAlg() { in getPRFHashAlg() method in TlsMasterSecretParameterSpec
238 public String getPRFHashAlg() { in getPRFHashAlg() method in TlsKeyMaterialParameterSpec
1041 String prfHashAlg = prf.getPRFHashAlg(); in calculateMasterSecret()1175 String prfHashAlg = prf.getPRFHashAlg(); in calculateConnectionKeys()
627 String getPRFHashAlg() { in getPRFHashAlg() method in CipherSuite.PRF
470 handshakeHash.setFinishedAlg(cipherSuite.prfAlg.getPRFHashAlg()); in serverHello()
637 handshakeHash.setFinishedAlg(cipherSuite.prfAlg.getPRFHashAlg()); in clientHello()
1930 String prfHashAlg = prf.getPRFHashAlg(); in getFinished()