Home
last modified time | relevance | path

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

/external/rust/beto-rust/nearby/crypto/crypto_provider/src/
Dp256.rs66 fn from_affine_coordinates(x: &[u8; 32], y: &[u8; 32]) -> Result<Self, Self::Error>; in from_affine_coordinates() method
/external/rust/beto-rust/nearby/crypto/crypto_provider_rustcrypto/src/
Dp256.rs70 fn from_affine_coordinates(x: &[u8; 32], y: &[u8; 32]) -> Result<Self, Self::Error> { in from_affine_coordinates() method
/external/rust/beto-rust/nearby/crypto/crypto_provider_boringssl/src/
Dp256.rs75 fn from_affine_coordinates(x: &[u8; 32], y: &[u8; 32]) -> Result<Self, Self::Error> { in from_affine_coordinates() method
/external/rust/crates/sec1/src/
Dpoint.rs121 pub fn from_affine_coordinates( in from_affine_coordinates() function
709 fn from_affine_coordinates() { in from_affine_coordinates() function
/external/cronet/third_party/boringssl/src/rust/bssl-crypto/src/
Decdh.rs125 pub fn from_affine_coordinates<const AFFINE_COORDINATE_SIZE: usize>( in from_affine_coordinates() method
/external/rust/beto-rust/nearby/crypto/crypto_provider_stubs/src/
Dlib.rs291 fn from_affine_coordinates(_x: &[u8; 32], _y: &[u8; 32]) -> Result<Self, Self::Error> { in from_affine_coordinates() method