Home
last modified time | relevance | path

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

/system/authgraph/boringssl/src/
Dtests.rs209 fn test_example_identity_validate() { in test_example_identity_validate() function
210 ag_test::test_example_identity_validate(&crate::BoringEcDsa); in test_example_identity_validate()
/system/authgraph/tests/src/
Dlib.rs1238 pub fn test_example_identity_validate<E: EcDsa>(ecdsa: &E) { in test_example_identity_validate() function