Home
last modified time | relevance | path

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

/system/security/keystore2/src/
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()