athn.c | 1057 const uint8_t *txmic, *rxmic, *key, *addr; local in function:athn_set_key 1090 txmic = &key[16]; 1096 txmic = &key[24]; 1101 AR_WRITE(sc, AR_KEYTABLE_KEY1(micentry), LE_READ_2(&txmic[2])); 1104 AR_WRITE(sc, AR_KEYTABLE_KEY3(micentry), LE_READ_2(&txmic[0])); 1106 AR_WRITE(sc, AR_KEYTABLE_KEY4(micentry), LE_READ_4(&txmic[4]));
|