Home
last modified time | relevance | path

Searched defs:mic_len (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.6.0/tests/bluetooth/bt_crypto_ccm/src/
Dtest_vectors.h17 const size_t mic_len; /* MIC length, defined as MAC in the RFC */ member
/Zephyr-Core-3.6.0/subsys/bluetooth/mesh/
Dcrypto.c382 uint8_t mic_len = NET_MIC_LEN(buf->data); in bt_mesh_net_encrypt() local
413 uint8_t mic_len = NET_MIC_LEN(buf->data); in bt_mesh_net_decrypt() local
/Zephyr-Core-3.6.0/tests/bsim/bluetooth/mesh/src/
Dmesh_test.c433 const size_t mic_len = in bt_mesh_test_send_async() local