Home
last modified time | relevance | path

Searched refs:OwnedECPoint (Results 1 – 1 of 1) sorted by relevance

/system/security/keystore2/src/crypto/
Dlib.rs283 pub struct OwnedECPoint(*mut EC_POINT); struct
291 impl OwnedECPoint { impl
307 impl Drop for OwnedECPoint { implementation
401 pub fn ec_point_oct_to_point(buf: &[u8]) -> Result<OwnedECPoint, Error> { in ec_point_oct_to_point() argument
409 Ok(OwnedECPoint(result)) in ec_point_oct_to_point()