Home
last modified time | relevance | path

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

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