Home
last modified time | relevance | path

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

/hardware/interfaces/security/sharedsecret/aidl/android/hardware/security/sharedsecret/
DISharedSecret.aidl113 byte[] computeSharedSecret(in SharedSecretParameters[] params); in computeSharedSecret() method
/hardware/interfaces/security/sharedsecret/aidl/aidl_api/android.hardware.security.sharedsecret/current/android/hardware/security/sharedsecret/
DISharedSecret.aidl38 …byte[] computeSharedSecret(in android.hardware.security.sharedsecret.SharedSecretParameters[] para… in computeSharedSecret() method
/hardware/interfaces/security/sharedsecret/aidl/aidl_api/android.hardware.security.sharedsecret/1/android/hardware/security/sharedsecret/
DISharedSecret.aidl38 …byte[] computeSharedSecret(in android.hardware.security.sharedsecret.SharedSecretParameters[] para… in computeSharedSecret() method
/hardware/interfaces/security/sharedsecret/aidl/vts/functional/
DSharedSecretAidlTest.cpp69 ComputeResult computeSharedSecret(shared_ptr<ISharedSecret>& sharedSecret, in computeSharedSecret() function in aidl::android::hardware::security::sharedsecret::test::SharedSecretAidlTest
72 auto error = GetReturnErrorCode(sharedSecret->computeSharedSecret(params, &sharingCheck)); in computeSharedSecret()
81 result.push_back(computeSharedSecret(sharedSecret, params)); in computeAllSharedSecrets()