Searched refs:computeSharedSecret (Results 1 – 9 of 9) sorted by relevance
33 ::ndk::ScopedAStatus computeSharedSecret(const std::vector<SharedSecretParameters>& params,
36 ScopedAStatus computeSharedSecret(const vector<SharedSecretParameters>& params,
62 fn computeSharedSecret(&self, params: &[SharedSecretParameters]) -> binder::Result<Vec<u8>> { in computeSharedSecret() method
35 ::ndk::ScopedAStatus TrustySharedSecret::computeSharedSecret( in computeSharedSecret() function in aidl::android::hardware::security::sharedsecret::trusty::TrustySharedSecret
44 ScopedAStatus AndroidSharedSecret::computeSharedSecret(const vector<SharedSecretParameters>& params, in computeSharedSecret() function in aidl::android::hardware::security::sharedsecret::AndroidSharedSecret
260 match (acc, map_binder_status(s.computeSharedSecret(¶ms))) { in negotiate_shared_secret()
220 virtual ScopedAStatus computeSharedSecret(const std::vector<SharedSecretParameters>& in_params,
376 let result = shared_secret.computeSharedSecret(&[params]); in test_shared_secret()
1021 SharedSecret::computeSharedSecret(const std::vector<SharedSecretParameters>& in_params, in computeSharedSecret() function in SharedSecret