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.rs129 let error = test_case.consume_optional_string("Error"); in test_ed25519_from_pkcs8_unchecked()
151 let error = test_case.consume_optional_string("Error"); in test_ed25519_from_pkcs8()
Dagreement_tests.rs75 match test_case.consume_optional_string("Error") { in agreement_agree_ephemeral()
Decdsa_tests.rs57 let error = test_case.consume_optional_string("Error"); in ecdsa_from_pkcs8_test()
Drsa_tests.rs40 let error = test_case.consume_optional_string("Error"); in rsa_from_pkcs8_test()
Daead_tests.rs111 let error = test_case.consume_optional_string("FAILS"); in test_aead()
/external/rust/crates/ring/src/
Dtest.rs270 self.consume_optional_string(key) in consume_string()
276 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.rs322 let invalid = test_case.consume_optional_string("Invalid"); in test_digest_based_test_vectors()