Searched defs:nonce (Results 1 – 5 of 5) sorted by relevance
/btstack/test/mesh/ |
H A D | mesh_crypto.py | 30 def aes_ccm_encrypt(key, nonce, message, additional_data, mac_len): argument 36 def aes_ccm_decrypt(key, nonce, message, additional_data, mac_len, mac_tag): argument
|
/btstack/src/mesh/ |
H A D | mesh_upper_transport.c | 340 static void transport_segmented_setup_nonce(uint8_t * nonce, const mesh_pdu_t * pdu){ in transport_segmented_setup_nonce() 368 static void transport_segmented_setup_application_nonce(uint8_t * nonce, const mesh_pdu_t * pdu){ in transport_segmented_setup_application_nonce() 374 static void transport_segmented_setup_device_nonce(uint8_t * nonce, const mesh_pdu_t * pdu){ in transport_segmented_setup_device_nonce()
|
H A D | mesh_network.c | 241 static void mesh_network_create_nonce(uint8_t * nonce, const mesh_network_pdu_t * pdu, uint32_t iv_… in mesh_network_create_nonce() 251 static void mesh_proxy_create_nonce(uint8_t * nonce, const mesh_network_pdu_t * pdu, uint32_t iv_in… in mesh_proxy_create_nonce()
|
/btstack/src/ |
H A D | btstack_crypto.h | 121 const uint8_t * nonce; member
|
H A D | btstack_crypto.c | 1302 …pto_ccm_init(btstack_crypto_ccm_t * request, const uint8_t * key, const uint8_t * nonce, uint16_t … in btstack_crypto_ccm_init()
|