Home
last modified time | relevance | path

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

/external/rust/crates/ring/src/ec/curve25519/
Dops.rs88 Result::from(unsafe { GFp_x25519_ge_frombytes_vartime(&mut point, encoded) }) in from_encoded_point_vartime()
154 fn GFp_x25519_ge_frombytes_vartime(h: &mut ExtPoint, s: &EncodedPoint) -> bssl::Result; in GFp_x25519_ge_frombytes_vartime() function
/external/rust/crates/ring/crypto/curve25519/
Dcurve25519.c476 int GFp_x25519_ge_frombytes_vartime(ge_p3 *h, const uint8_t s[32]) { in GFp_x25519_ge_frombytes_vartime() function