Searched refs:pos_next (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/net80211/ |
| H A D | ieee80211_crypto_ccmp.c | 496 uint8_t *pos_next; in ccmp_encrypt() local 514 pos_next = mtod(n, uint8_t *); in ccmp_encrypt() 522 xor_block(b+sp, pos_next, space_next); in ccmp_encrypt() 530 xor_block(b+sp, pos_next, n->m_len); in ccmp_encrypt() 543 pos_next = mtod(m, uint8_t *); in ccmp_encrypt() 547 xor_block(pos_next, e+sp, space_next); in ccmp_encrypt() 550 xor_block(pos_next, e+sp, m->m_len); in ccmp_encrypt() 566 pos = pos_next + space_next; in ccmp_encrypt() 637 uint8_t *pos_next; in ccmp_decrypt() local 647 pos_next = mtod(m, uint8_t *); in ccmp_decrypt() [all …]
|