Searched refs:deriveNewKeyForPurpose (Results 1 – 3 of 3) sorted by relevance
179 initiatorEncodeKey = D2DCryptoOps.deriveNewKeyForPurpose(masterKey, INITIATOR_PURPOSE); in makeResponderHelloWithPayload()180 responderEncodeKey = D2DCryptoOps.deriveNewKeyForPurpose(masterKey, RESPONDER_PURPOSE); in makeResponderHelloWithPayload()241 initiatorEncodeKey = D2DCryptoOps.deriveNewKeyForPurpose(masterKey, INITIATOR_PURPOSE); in parseResponderHello()242 responderEncodeKey = D2DCryptoOps.deriveNewKeyForPurpose(masterKey, RESPONDER_PURPOSE); in parseResponderHello()
204 static SecretKey deriveNewKeyForPurpose(SecretKey masterKey, String purpose) in deriveNewKeyForPurpose() method in D2DCryptoOps
534 clientKey = D2DCryptoOps.deriveNewKeyForPurpose(nextProtocolKey, "client"); in toConnectionContext()535 serverKey = D2DCryptoOps.deriveNewKeyForPurpose(nextProtocolKey, "server"); in toConnectionContext()