mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-10 11:29:38 +00:00
commit
46c2f78614
@ -114,7 +114,6 @@ mic(const uint8_t *m, uint8_t m_len,
|
|||||||
}
|
}
|
||||||
|
|
||||||
if(m_len > 0) {
|
if(m_len > 0) {
|
||||||
m = a + a_len;
|
|
||||||
pos = 0;
|
pos = 0;
|
||||||
while(pos < m_len) {
|
while(pos < m_len) {
|
||||||
for(i = 0; (pos + i < m_len) && (i < AES_128_BLOCK_SIZE); i++) {
|
for(i = 0; (pos + i < m_len) && (i < AES_128_BLOCK_SIZE); i++) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user