Home
last modified time | relevance | path

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

/aosp_15_r20/system/security/keystore2/src/crypto/
H A Dlib.rs304 pub struct OwnedECPoint(*mut EC_POINT); struct
312 impl OwnedECPoint { implementation
328 impl Drop for OwnedECPoint { implementation
421 pub fn ec_point_oct_to_point(buf: &[u8]) -> Result<OwnedECPoint, Error> { in ec_point_oct_to_point()