Searched refs:ecdh (Results 1 – 4 of 4) sorted by relevance
900 let ecdh = entry in unlock_screen_lock_bound_key() localVariable913 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()
249 optional<vector<uint8_t>> ecdh(const vector<uint8_t>& publicKey, const vector<uint8_t>& privateKey);
453 android::hardware::identity::support::ecdh(pubKeyVec, privKeyVec); in eicOpsEcdh()
1242 optional<vector<uint8_t>> ecdh(const vector<uint8_t>& publicKey, in ecdh() function2113 optional<vector<uint8_t>> sharedSecret = support::ecdh(publicKey, privateKey); in calcEMacKey()