Home
last modified time | relevance | path

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

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