mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
change: remove inline directive in armsrc, since we are optimizing for size
This commit is contained in:
parent
3e7512a5d5
commit
47634f5550
4 changed files with 11 additions and 28 deletions
|
@ -46,9 +46,9 @@ static mbedtls_des_context ctx;
|
|||
static mbedtls_des3_context ctx3;
|
||||
static mbedtls_aes_context actx;
|
||||
|
||||
static inline void update_key_schedules(desfirekey_t key);
|
||||
static void update_key_schedules(desfirekey_t key);
|
||||
|
||||
static inline void update_key_schedules(desfirekey_t key) {
|
||||
static void update_key_schedules(desfirekey_t key) {
|
||||
// DES_set_key ((DES_cblock *)key->data, &(key->ks1));
|
||||
// DES_set_key ((DES_cblock *)(key->data + 8), &(key->ks2));
|
||||
// if (T_3K3DES == key->type) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue