Home
last modified time | relevance | path

Searched refs:consume_optional_string (Results 1 – 7 of 7) sorted by relevance

/external/rust/crates/ring/tests/
Ded25519_tests.rs115 let error = test_case.consume_optional_string("Error"); in test_ed25519_from_pkcs8_unchecked()
140 let error = test_case.consume_optional_string("Error"); in test_ed25519_from_pkcs8()
Dagreement_tests.rs92 match test_case.consume_optional_string("Error") { in agreement_agree_ephemeral()
Decdsa_tests.rs75 let error = test_case.consume_optional_string("Error"); in ecdsa_from_pkcs8_test()
Drsa_tests.rs59 let error = test_case.consume_optional_string("Error"); in rsa_from_pkcs8_test()
Daead_tests.rs131 let error = test_case.consume_optional_string("FAILS"); in test_aead()
/external/rust/crates/ring/src/
Dtest.rs266 self.consume_optional_string(key) in consume_string()
272 pub fn consume_optional_string(&mut self, key: &str) -> Option<String> { in consume_optional_string() method
/external/rust/crates/ring/src/ec/suite_b/ecdsa/
Dverification.rs319 let invalid = test_case.consume_optional_string("Invalid"); in test_digest_based_test_vectors()