Searched refs:encrypt_with_password (Results 1 – 3 of 3) sorted by relevance
421 Self::encrypt_with_password(&super_key, pw).context("In create_new_key.") in unlock_user_key()567 let (encrypted_super_key, blob_metadata) = Self::encrypt_with_password(&super_key, pw) in check_and_initialize_super_key()660 pub fn encrypt_with_password( in encrypt_with_password() method855 Self::encrypt_with_password(&super_key, password) in get_or_create_super_key()
574 crate::super_key::SuperKeyManager::encrypt_with_password(&super_key, pw) in check_and_migrate_super_key()
5472 SuperKeyManager::encrypt_with_password(&super_key, &pw)?; in test_store_super_key()