Searched refs:BWN_SEC_KEYSIZE (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/bwn/
H A Dif_bwn.c3609 NULL, BWN_SEC_KEYSIZE, NULL);
3612 NULL, BWN_SEC_KEYSIZE, NULL);
4711 uint8_t buf[BWN_SEC_KEYSIZE] = { 0, };
4719 KASSERT(key_len <= BWN_SEC_KEYSIZE,
4781 offset = mac->mac_ktp + (index * BWN_SEC_KEYSIZE);
4782 for (i = 0; i < BWN_SEC_KEYSIZE; i += 2) {
H A Dif_bwnreg.h618 #define BWN_SEC_KEYSIZE 16 macro

Completed in 112 milliseconds