Searched refs:consume_optional_string (Results 1 – 7 of 7) sorted by relevance
115 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()
92 match test_case.consume_optional_string("Error") { in agreement_agree_ephemeral()
75 let error = test_case.consume_optional_string("Error"); in ecdsa_from_pkcs8_test()
59 let error = test_case.consume_optional_string("Error"); in rsa_from_pkcs8_test()
131 let error = test_case.consume_optional_string("FAILS"); in test_aead()
266 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
319 let invalid = test_case.consume_optional_string("Invalid"); in test_digest_based_test_vectors()