Home
last modified time | relevance | path

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

/system/security/keystore2/src/crypto/
Dlib.rs286 pub struct BorrowedECPoint<'a> { struct
299 impl<'a> BorrowedECPoint<'a> { implementation
376 pub fn ec_key_get0_public_key(key: &ECKey) -> BorrowedECPoint { in ec_key_get0_public_key() argument
379 BorrowedECPoint { data: unsafe { EC_KEY_get0_public_key(key.0) }, phantom: PhantomData } in ec_key_get0_public_key()