Home
last modified time | relevance | path

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

/system/core/trusty/keymaster/include/trusty_keymaster/
DTrustySharedSecret.h33 ::ndk::ScopedAStatus computeSharedSecret(const std::vector<SharedSecretParameters>& params,
/system/keymaster/ng/include/
DAndroidSharedSecret.h36 ScopedAStatus computeSharedSecret(const vector<SharedSecretParameters>& params,
/system/core/trusty/keymaster/keymint/
DTrustySharedSecret.cpp35 ::ndk::ScopedAStatus TrustySharedSecret::computeSharedSecret( in computeSharedSecret() function in aidl::android::hardware::security::sharedsecret::trusty::TrustySharedSecret
/system/keymaster/ng/
DAndroidSharedSecret.cpp44 ScopedAStatus AndroidSharedSecret::computeSharedSecret(const vector<SharedSecretParameters>& params, in computeSharedSecret() function in aidl::android::hardware::security::sharedsecret::AndroidSharedSecret
/system/security/keystore2/src/
Dshared_secret_negotiation.rs262 match (acc, map_binder_status(s.computeSharedSecret(&params))) { in negotiate_shared_secret()
/system/security/keystore2/src/km_compat/
Dkm_compat.h219 virtual ScopedAStatus computeSharedSecret(const std::vector<SharedSecretParameters>& in_params,
Dlib.rs375 let result = shared_secret.computeSharedSecret(&[params]); in test_shared_secret()
Dkm_compat.cpp975 SharedSecret::computeSharedSecret(const std::vector<SharedSecretParameters>& in_params, in computeSharedSecret() function in SharedSecret