Home
last modified time | relevance | path

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

/external/ukey2/src/main/java/com/google/security/cryptauth/lib/securegcm/
DD2DDiffieHellmanKeyExchangeHandshake.java179 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()
DD2DCryptoOps.java204 static SecretKey deriveNewKeyForPurpose(SecretKey masterKey, String purpose) in deriveNewKeyForPurpose() method in D2DCryptoOps
DUkey2Handshake.java534 clientKey = D2DCryptoOps.deriveNewKeyForPurpose(nextProtocolKey, "client"); in toConnectionContext()
535 serverKey = D2DCryptoOps.deriveNewKeyForPurpose(nextProtocolKey, "server"); in toConnectionContext()