Searched refs:mac (Results 1 – 2 of 2) sorted by relevance
/uoscore-uedhoc-3.5.0/scripts/ |
D | ble_connect.sh | 70 read -a mac <<< "$device" 72 echo "connect $mac 2 " > /sys/kernel/debug/bluetooth/6lowpan_control 86 connected_device=$(hcitool con | grep $mac) 91 connected_device=$(hcitool con | grep $mac)
|
/uoscore-uedhoc-3.5.0/src/edhoc/ |
D | signature_or_mac_msg.c | 30 enum err mac(const uint8_t *prk, uint32_t prk_len, const uint8_t *th, in mac() function 34 struct suite *suite, uint8_t *mac, uint32_t *mac_len) in mac() argument 75 context_mac_len, *mac_len, mac)); in mac() 77 PRINT_ARRAY("MAC 2/3", mac, *mac_len); in mac() 85 uint32_t ead_len, const uint8_t *mac, in signature_struct_gen() argument 110 id_cred_len, tmp, tmp_len, mac, mac_len, out, out_len)); in signature_struct_gen() 128 TRY(mac(prk, prk_len, th, th_len, id_cred, id_cred_len, cred, in signature_or_mac() 159 TRY(mac(prk, prk_len, th, th_len, id_cred, id_cred_len, cred, in signature_or_mac()
|