Home
last modified time | relevance | path

Searched refs:ecdh (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/identity/support/include/android/hardware/identity/support/
DIdentityCredentialSupport.h249 optional<vector<uint8_t>> ecdh(const vector<uint8_t>& publicKey, const vector<uint8_t>& privateKey);
/hardware/interfaces/identity/aidl/default/
DEicOpsImpl.cc453 android::hardware::identity::support::ecdh(pubKeyVec, privKeyVec); in eicOpsEcdh()
/hardware/interfaces/identity/support/src/
DIdentityCredentialSupport.cpp1242 optional<vector<uint8_t>> ecdh(const vector<uint8_t>& publicKey, in ecdh() function
2113 optional<vector<uint8_t>> sharedSecret = support::ecdh(publicKey, privateKey); in calcEMacKey()