@@ -65,7 +65,6 @@ const ALLOWLIST_FNS: &[&str] = &[
65
65
"keystore_copy_seed" ,
66
66
"keystore_create_and_store_seed" ,
67
67
"keystore_encode_xpub_at_keypath" ,
68
- "keystore_encrypt_and_store_seed" ,
69
68
"keystore_get_bip39_mnemonic" ,
70
69
"keystore_get_bip39_word" ,
71
70
"keystore_get_ed25519_seed" ,
@@ -99,6 +98,7 @@ const ALLOWLIST_FNS: &[&str] = &[
99
98
"memory_set_initialized" ,
100
99
"memory_set_mnemonic_passphrase_enabled" ,
101
100
"memory_set_seed_birthdate" ,
101
+ "memory_set_encrypted_seed_and_hmac" ,
102
102
"memory_setup" ,
103
103
"menu_create" ,
104
104
"mock_memory_factoryreset" ,
@@ -127,6 +127,8 @@ const ALLOWLIST_FNS: &[&str] = &[
127
127
"securechip_model" ,
128
128
"securechip_monotonic_increments_remaining" ,
129
129
"securechip_u2f_counter_set" ,
130
+ "securechip_init_new_password" ,
131
+ "securechip_stretch_password" ,
130
132
"smarteeprom_bb02_config" ,
131
133
"status_create" ,
132
134
"trinary_choice_create" ,
@@ -139,6 +141,7 @@ const ALLOWLIST_FNS: &[&str] = &[
139
141
"wally_free_string" ,
140
142
"wally_get_secp_context" ,
141
143
"wally_sha512" ,
144
+ "cipher_aes_hmac_encrypt" ,
142
145
] ;
143
146
144
147
const RUSTIFIED_ENUMS : & [ & str ] = & [
0 commit comments