Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/securebox/src/com/android/security/
H A DSecureBox.java201 dhSecret = dhComputeSecret(senderKeyPair.getPrivate(), theirPublicKey); in encrypt()
269 dhSecret = dhComputeSecret(ourPrivateKey, decodePublicKey(senderPublicKeyBytes)); in decrypt()
291 private static byte[] dhComputeSecret(PrivateKey ourPrivateKey, PublicKey theirPublicKey) in dhComputeSecret() method in SecureBox