Home
last modified time | relevance | path

Searched refs:NL802154_KEY_SIZE (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/include/net/
Dnl802154.h436 #define NL802154_KEY_SIZE 16 macro
/linux-4.4.14/net/ieee802154/
Dnl802154.c1449 if (nla_put(msg, NL802154_KEY_ATTR_BYTES, NL802154_KEY_SIZE, in nl802154_send_key()
1517 [NL802154_KEY_ATTR_BYTES] = { .len = NL802154_KEY_SIZE },
1564 nla_memcpy(key.key, attrs[NL802154_KEY_ATTR_BYTES], NL802154_KEY_SIZE); in nl802154_add_llsec_key()