Home
last modified time | relevance | path

Searched refs:PUBLIC_KEY_DEBUG (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/ring/tests/
Ded25519_tests.rs158 const PUBLIC_KEY_DEBUG: &str = in ed25519_test_public_key_coverage() constant
174 assert_eq!(PUBLIC_KEY_DEBUG, format!("{:?}", key_pair.public_key())); in ed25519_test_public_key_coverage()
Decdsa_tests.rs200 const PUBLIC_KEY_DEBUG: &str = include_str!("ecdsa_test_public_key_p256_debug.txt"); in ecdsa_test_public_key_coverage() constant
219 assert_eq!(PUBLIC_KEY_DEBUG, format!("{:?}", key_pair.public_key())); in ecdsa_test_public_key_coverage()
Drsa_tests.rs312 const PUBLIC_KEY_DEBUG: &str = include_str!("rsa_test_public_key_2048_debug.txt"); in rsa_test_public_key_coverage() constant
332 assert_eq!(PUBLIC_KEY_DEBUG, format!("{:?}", key_pair.public_key())); in rsa_test_public_key_coverage()