Home
last modified time | relevance | path

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

/system/security/keystore2/src/crypto/
Dlib.rs295 pub struct BorrowedECPoint<'a> { struct
308 impl<'a> BorrowedECPoint<'a> { impl
384 pub fn ec_key_get0_public_key(key: &ECKey) -> BorrowedECPoint { in ec_key_get0_public_key()