Home
last modified time | relevance | path

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

/external/rust/beto-rust/nearby/connections/ukey2/ukey2_proto/src/ukey2_all_proto/
Ddevice_to_device_messages.rs459 pub struct EcPoint { struct
463 // @@protoc_insertion_point(field:securegcm.EcPoint.x) argument
465 // @@protoc_insertion_point(field:securegcm.EcPoint.y) argument
468 // @@protoc_insertion_point(special_field:securegcm.EcPoint.special_fields) argument
472 impl<'a> ::std::default::Default for &'a EcPoint { implementation
478 impl EcPoint { impl
578 impl ::protobuf::Message for EcPoint { implementation
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/wycheproof-0.4.0/src/
Decdh.rs53 EcPoint, enumerator
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/wycheproof-0.4.0/src/
Decdh.rs53 EcPoint, enumerator
/external/rust/beto-rust/nearby/connections/ukey2/ukey2_proto/proto/
Ddevice_to_device_messages.proto59 message EcPoint { message
/external/rust/crates/openssl/src/
Dec.rs262 generator: EcPoint, in set_generator()
497 pub fn to_owned(&self, group: &EcGroupRef) -> Result<EcPoint, ErrorStack> { in to_owned()
638 impl EcPoint { implementation
641 pub fn new(group: &EcGroupRef) -> Result<EcPoint, ErrorStack> { in new()
651 ) -> Result<EcPoint, ErrorStack> { in from_bytes()
672 ) -> Result<EcPoint, ErrorStack> { in from_hex_str()