Home
last modified time | relevance | path

Searched defs: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> { argument
376 pub fn ec_key_get0_public_key(key: &ECKey) -> BorrowedECPoint { in ec_key_get0_public_key()