@@ -65,7 +65,6 @@ const ALLOWLIST_FNS: &[&str] = &[
6565 "keystore_copy_seed" ,
6666 "keystore_create_and_store_seed" ,
6767 "keystore_encode_xpub_at_keypath" ,
68- "keystore_encrypt_and_store_seed" ,
6968 "keystore_get_bip39_mnemonic" ,
7069 "keystore_get_bip39_word" ,
7170 "keystore_get_ed25519_seed" ,
@@ -99,6 +98,7 @@ const ALLOWLIST_FNS: &[&str] = &[
9998 "memory_set_initialized" ,
10099 "memory_set_mnemonic_passphrase_enabled" ,
101100 "memory_set_seed_birthdate" ,
101+ "memory_set_encrypted_seed_and_hmac" ,
102102 "memory_setup" ,
103103 "menu_create" ,
104104 "mock_memory_factoryreset" ,
@@ -127,6 +127,8 @@ const ALLOWLIST_FNS: &[&str] = &[
127127 "securechip_model" ,
128128 "securechip_monotonic_increments_remaining" ,
129129 "securechip_u2f_counter_set" ,
130+ "securechip_init_new_password" ,
131+ "securechip_stretch_password" ,
130132 "smarteeprom_bb02_config" ,
131133 "status_create" ,
132134 "trinary_choice_create" ,
@@ -139,6 +141,7 @@ const ALLOWLIST_FNS: &[&str] = &[
139141 "wally_free_string" ,
140142 "wally_get_secp_context" ,
141143 "wally_sha512" ,
144+ "cipher_aes_hmac_encrypt" ,
142145] ;
143146
144147const RUSTIFIED_ENUMS : & [ & str ] = & [
0 commit comments