Searched defs:computeSharedSecret (Results 1 – 4 of 4) sorted by relevance
93 public static byte[] computeSharedSecret(byte[] privateKey, byte[] peersPublicValue) in computeSharedSecret() method in X25519
839 public static byte[] computeSharedSecret(ECPrivateKey myPrivateKey, ECPublicKey peerPublicKey) in computeSharedSecret() method in EllipticCurves850 public static byte[] computeSharedSecret(ECPrivateKey myPrivateKey, ECPoint publicPoint) in computeSharedSecret() method in EllipticCurves
32 JavacardSharedSecret::computeSharedSecret(const std::vector<SharedSecretParameters>& params, in computeSharedSecret() function in aidl::android::hardware::security::sharedsecret::JavacardSharedSecret