Home
last modified time | relevance | path

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

/external/ukey2/src/main/java/com/google/security/cryptauth/lib/securegcm/
DUkey2Handshake.java523 SecretKey nextProtocolKey = null; in toConnectionContext() local
525 nextProtocolKey = new SecretKeySpec(CryptoOps.hkdf(derivedSecretKey, salt, info), "AES"); in toConnectionContext()
534 clientKey = D2DCryptoOps.deriveNewKeyForPurpose(nextProtocolKey, "client"); in toConnectionContext()
535 serverKey = D2DCryptoOps.deriveNewKeyForPurpose(nextProtocolKey, "server"); in toConnectionContext()