Home
last modified time | relevance | path

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

/external/rust/crates/ring/src/ec/curve25519/
Dops.rs136 GFp_x25519_fe_tobytes(&mut bytes, &y_over_z); in encode_point()
153 fn GFp_x25519_fe_tobytes(bytes: &mut EncodedPoint, elem: &Elem<T>); in GFp_x25519_fe_tobytes() function
/external/rust/crates/ring/crypto/curve25519/
Dcurve25519.c1893 void GFp_x25519_fe_tobytes(uint8_t s[32], const fe *h) { in GFp_x25519_fe_tobytes() function