Home
last modified time | relevance | path

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

/system/security/keystore2/src/
Dsuper_key.rs574 pub fn encrypt_with_password( in encrypt_with_password() method
768 Self::encrypt_with_password(&super_key, password).context(ks_err!())?; in create_super_key()
1160 Self::encrypt_with_password(&super_key, password) in init_user()
Dlegacy_importer.rs726 crate::super_key::SuperKeyManager::encrypt_with_password(&super_key, pw) in check_and_import_super_key()
Ddatabase.rs5000 SuperKeyManager::encrypt_with_password(&super_key, &pw)?; in test_unbind_keys_for_user_removes_superkeys()
5088 SuperKeyManager::encrypt_with_password(&super_key, &pw)?; in test_unbind_auth_bound_keys_for_user()
5145 SuperKeyManager::encrypt_with_password(&super_key, &pw)?; in test_store_super_key()