Searched defs:encrypted_payload (Results 1 – 2 of 2) sorted by relevance
/Zephyr-Core-3.7.0/subsys/bluetooth/lib/ |
D | ead.c | 80 size_t payload_size, uint8_t *encrypted_payload) in ead_encrypt() 106 const uint8_t *payload, size_t payload_size, uint8_t *encrypted_payload) in bt_ead_encrypt() 141 size_t payload_size, uint8_t *encrypted_payload) in bt_test_ead_encrypt() 179 const uint8_t *encrypted_payload, size_t encrypted_payload_size, in ead_decrypt() 209 const uint8_t *encrypted_payload, size_t encrypted_payload_size, in bt_ead_decrypt()
|
/Zephyr-Core-3.7.0/subsys/bluetooth/shell/ |
D | bt.c | 4516 int ead_encrypt_ad(const uint8_t *payload, uint8_t payload_size, uint8_t *encrypted_payload) in ead_encrypt_ad()
|