Home
last modified time | relevance | path

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

/aosp12/system/security/keystore2/src/
H A Dsuper_key.rs900 let ecdh = entry in unlock_screen_lock_bound_key() localVariable
913 data.add_key_to_key_index(&ecdh)?; in unlock_screen_lock_bound_key()
928 if let (Some(aes), Some(ecdh)) = ( in lock_screen_lock_bound_key()
980 screen_lock_bound_private: LockedKey::new(&encrypting_key, &ecdh)?, in lock_screen_lock_bound_key()
/aosp12/hardware/interfaces/identity/support/include/android/hardware/identity/support/
H A DIdentityCredentialSupport.h249 optional<vector<uint8_t>> ecdh(const vector<uint8_t>& publicKey, const vector<uint8_t>& privateKey);
/aosp12/hardware/interfaces/identity/aidl/default/
H A DEicOpsImpl.cc453 android::hardware::identity::support::ecdh(pubKeyVec, privKeyVec); in eicOpsEcdh()
/aosp12/hardware/interfaces/identity/support/src/
H A 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()