Home
last modified time | relevance | path

Searched defs:ECDHPrivateKey (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/system/security/keystore2/src/
H A Dec_crypto.rs27 pub struct ECDHPrivateKey(ECKey); struct
29 impl ECDHPrivateKey { implementation
36 pub fn from_private_key(buf: &[u8]) -> Result<ECDHPrivateKey> { in from_private_key()