Home
last modified time | relevance | path

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

/system/security/keystore2/src/crypto/
Dlib.rs276 pub struct ECKey(*mut EC_KEY); struct
278 impl Drop for ECKey { implementation
372 pub fn ec_key_parse_private_key(buf: &[u8]) -> Result<ECKey, Error> { in ec_key_parse_private_key()