Home
last modified time | relevance | path

Searched refs:password_queried (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/rust-openssl/openssl/src/
Drsa.rs693 let mut password_queried = false; in test_from_password_callback() localVariable
696 password_queried = true; in test_from_password_callback()
702 assert!(password_queried); in test_from_password_callback()
Dpkey.rs929 let mut password_queried = false; in test_encrypted_pkcs8_callback() localVariable
932 password_queried = true; in test_encrypted_pkcs8_callback()
937 assert!(password_queried); in test_encrypted_pkcs8_callback()