Home
last modified time | relevance | path

Searched defs:HashTestCase (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs-core/src/crypto/
Dtest_suite.rs500 struct HashTestCase { struct
508 async fn verify_hash_tests<C: CipherSuiteProvider>(cs: &C, test_cases: Vec<HashTestCase>) { in verify_hash_tests()
/aosp_15_r20/external/pdfium/xfa/fxfa/
H A Dfxfa_basic_unittest.cpp12 void HashTestCase(uint32_t hash, const char* str, uint32_t* so_far) { in HashTestCase() function