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

/freebsd-10.0-release/sys/dev/bwn/
H A Dif_bwnreg.h575 #define BWN_SEC_KEYSIZE 16 macro
H A Dif_bwn.c4494 NULL, BWN_SEC_KEYSIZE, NULL);
4497 NULL, BWN_SEC_KEYSIZE, NULL);
8098 uint8_t buf[BWN_SEC_KEYSIZE] = { 0, };
8106 KASSERT(key_len <= BWN_SEC_KEYSIZE,
8168 offset = mac->mac_ktp + (index * BWN_SEC_KEYSIZE);
8169 for (i = 0; i < BWN_SEC_KEYSIZE; i += 2) {

Completed in 120 milliseconds