Home
last modified time | relevance | path

Searched defs:generateKeyPair (Results 1 – 2 of 2) sorted by relevance

/packages/apps/KeyChain/support/src/com/android/keychain/tests/support/
DIKeyChainServiceTestSupport.aidl39 int generateKeyPair(in String algorithm, in ParcelableKeyGenParameterSpec spec); in generateKeyPair() method
/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/common/bluetooth/fastpair/
DEllipticCurveDiffieHellmanExchange.java188 private static KeyPair generateKeyPair() throws GeneralSecurityException { in generateKeyPair() method in EllipticCurveDiffieHellmanExchange