Home
last modified time | relevance | path

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

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