Home
last modified time | relevance | path

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

/system/authgraph/boringssl/src/
Dtests.rs77 fn test_ed25519_round_trip() { in test_ed25519_round_trip() function
78 ag_test::test_ed25519_round_trip(&crate::BoringEcDsa); in test_ed25519_round_trip()
/system/authgraph/tests/src/
Dlib.rs352 pub fn test_ed25519_round_trip<E: EcDsa>(ecdsa: &E) { in test_ed25519_round_trip() function