Home
last modified time | relevance | path

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

/system/authgraph/boringssl/src/
Dtests.rs87 fn test_p384_round_trip() { in test_p384_round_trip() function
88 ag_test::test_p384_round_trip(&crate::BoringEcDsa); in test_p384_round_trip()
/system/authgraph/tests/src/
Dlib.rs413 pub fn test_p384_round_trip<E: EcDsa>(ecdsa: &E) { in test_p384_round_trip() function